In The Hand LtdIn The Hand
ModuleMemorySize Property
NamespacesInTheHand.DiagnosticsProcessModuleModuleMemorySize
.NET Components for Mobility
Gets the amount of memory that is required to load the module.
Declaration Syntax
C#Visual Basic
public int ModuleMemorySize { get; }
Public ReadOnly Property ModuleMemorySize As Integer
	Get
Value
The size, in bytes, of the memory that the module occupies.
Remarks
ModuleMemorySize does not include any additional memory allocations that the module makes once it is running; it includes only the size of the static code and data in the module file.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0