DkmClrInstructionAddress.ILOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.