NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StackFrame.GetNativeOffset

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;

Return Value

The offset from the start of the native (JIT-compiled) code for the method being executed.

See Also

StackFrame Class | StackFrame Members | System.Diagnostics Namespace