DkmClrNativeCodeMapEntry.ILOffset Field
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.
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