DkmClrNativeCodeMapEntry.ILOffset Field

Definition

Offset of the IL instruction. '-1' is used to indicate that the native instructions cannot be mapped to an IL instruction. '-2' is used to indicate that the native instructions are part of the prolog. '-3' is used to indicate that the naive instructions are part of the epilog.

public: initonly System::UInt32 ILOffset;
public: initonly unsigned int ILOffset;
initonly unsigned int ILOffset;
public readonly uint ILOffset;
val mutable ILOffset : uint32
Public ReadOnly ILOffset As UInteger 

Field Value

Applies to