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.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Int32The offset from the start of the JIT-compiled code for the method that is being executed.
Show: