IThreadStack Interface
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.
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) |