Gets the offset from the start of the native (JIT-compiled) code for the method being executed.
[Visual Basic] Overridable Public Function GetNativeOffset() As Integer [C#] public virtual int GetNativeOffset(); [C++] public: virtual int GetNativeOffset(); [JScript] public function GetNativeOffset() : int;
The offset from the start of the native (JIT-compiled) code for the method being executed.
StackFrame Class | StackFrame Members | System.Diagnostics Namespace