ICorDebugModule::GetSize Method
Gets the size, in bytes, of the module.
HRESULT GetSize(
[out] ULONG32 *pcBytes
);
Parameters
pcBytes
[out] The size of the module in bytes.If the module was produced from the native image generator (NGen.exe), the size of the module will be zero.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0