編輯

共用方式為


IThreadStack Interface

Definition

Represents the call stack of a thread.

public interface IThreadStack
type IThreadStack = interface
Public Interface IThreadStack
Derived

Properties

Frames

Gets the list of frames in the stack.

IsIdle

Gets a value that indicates whether the thread is the idle thread.

Extension Methods

GetAnalyzerString(IThreadStack)
GetDebuggerString(IThreadStack)
GetDebuggerStringList(IThreadStack)
Matches(IThreadStack, IThreadStackPattern)

Applies to