DkmAsyncStackWalkContext.CurrentTaskOnly Property
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.
Get only the stack frames for the context's task rather than the full async stack .
This API was introduced in Visual Studio 16 Update 7 (DkmApiVersion.VS16Update7).
public:
property bool CurrentTaskOnly { bool get(); };
public bool CurrentTaskOnly { get; }
member this.CurrentTaskOnly : bool
Public ReadOnly Property CurrentTaskOnly As Boolean