IIntelliTraceStackFrame Interface

Definition

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.

Applies to