Share via


ICorDebugModule::GetSize Method

Gets the size, in bytes, of the module.

HRESULT GetSize(
        [out] ULONG32 *pcBytes
);

Parameters

Parameter Description

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: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugModule Interface
ICorDebugModule2 Interface