GetNativeOffset Method
Collapse the table of content
Expand the table of content

StackFrame.GetNativeOffset Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the offset from the start of the native just-in-time (JIT) compiled code for the method that is being executed. The generation of this debugging information is controlled by the DebuggableAttribute class.

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

public virtual int GetNativeOffset()

Return Value

Type: System.Int32
The offset from the start of the JIT-compiled code for the method that is being executed.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft