DkmClrModuleInstance.ILImageSize Property

Definition

Specifies the size of the IL image of this module, as it pertains to symbol server lookup. For Desktop .NET Framework, this will specify the IL image size which will differ from the raw image size in the case of ngen. This is because the IL only image is what is indexed on Symbol Servers. For .NET Core ngen and ready to run, this will specify the raw image size as the ngen/ready to run image is what is indexed and we do not want to do lookup based on IL only image size.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property System::UInt32 ILImageSize { System::UInt32 get(); };
public:
 property unsigned int ILImageSize { unsigned int get(); };
public uint ILImageSize { get; }
member this.ILImageSize : uint32
Public ReadOnly Property ILImageSize As UInteger

Property Value

Applies to