DkmClrInstructionAddress.NativeOffset 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.
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.