DkmClrInstructionAddress.ILOffset Property

Definition

ILOffset is the index of the IL instruction that this address represents. This value may be set to UInt32.MaxValue for an instruction that is within the given method, but not tied to a particular IL instruction. This is used for CLR native instructions that don't map to an IL instruction. (ICorDebugILFrame::GetIP indicates MAPPING_UNMAPPED_ADDRESS).

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

Property Value

Returns UInt32.

Applies to