IntelliTraceStackFrame Class
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 ref class IntelliTraceStackFrame sealed : Microsoft::VisualStudio::IntelliTrace::IIntelliTraceStackFrame
public ref class IntelliTraceStackFrame sealed : Microsoft::VisualStudio::IntelliTrace::IIntelliTraceStackFrame
class IntelliTraceStackFrame sealed : Microsoft::VisualStudio::IntelliTrace::IIntelliTraceStackFrame
public sealed class IntelliTraceStackFrame : Microsoft.VisualStudio.IntelliTrace.IIntelliTraceStackFrame
type IntelliTraceStackFrame = class
interface IIntelliTraceStackFrame
Public NotInheritable Class IntelliTraceStackFrame
Implements IIntelliTraceStackFrame
- Inheritance
-
IntelliTraceStackFrame
- Implements
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. |