IIntelliTraceStackFrame Interface
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.
Describes a stack frame on a call stack of a thread.
public interface class IIntelliTraceStackFrame
public interface class IIntelliTraceStackFrame
__interface IIntelliTraceStackFrame
public interface IIntelliTraceStackFrame
type IIntelliTraceStackFrame = interface
Public Interface IIntelliTraceStackFrame
- Derived
Properties
ILOffset |
Gets the IL offset into the method for this frame. |
MethodToken |
Gets the IntelliTrace method token for this method. |
MethodVersion |
Gets the current version of the method for this frame. |