DkmAsyncStackWalkContext.CurrentTaskOnly Property

Definition

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

Property Value

Applies to