ThreadStack Class

List of the full stacks at each thread. Stored inside DiagnosticEventCheckpoints.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.IntelliTrace.ThreadStack

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public NotInheritable Class ThreadStack
public sealed class ThreadStack
public ref class ThreadStack sealed
[<Sealed>]
type ThreadStack =  class end
public final class ThreadStack

The ThreadStack type exposes the following members.

Properties

  Name Description
Public property NativeThreadId
Public property StackFrames Gets the call stack for this thread.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Microsoft.VisualStudio.IntelliTrace Namespace