DkmClrInstructionAddress.NativeOffset Property

Definition

For the standard .NET Framework, NativeOffset is a byte offset relative to start of the method where the CPU instruction can be found. For the purpose of this value, the method should be treated as a contiguous block of bytes. If the method has not been Just-in-time compiled or if this address is being used to refer purely to the IL address, NativeOffset will be set to UInt32.MaxValue.

For native-compiled .NET Framework modules, this value is the RVA of the native instruction in the module.

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

Property Value

Returns UInt32.

Applies to