StackFrame Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes a stack frame on a call stack of a thread.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public NotInheritable Class StackFrame
'Usage
Dim instance As StackFrame
public sealed class StackFrame
public ref class StackFrame sealed
[<SealedAttribute>]
type StackFrame =  class end
public final class StackFrame

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.StackFrame

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StackFrame Members

Microsoft.VisualStudio.TraceLog Namespace