DkmGetActiveStatementsAsyncResult.ActiveStatements Property

Definition

Information about the statements that are currently on the stack of any thread.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public:
 property cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmActiveStatement ^> ^ ActiveStatements { cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmActiveStatement ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmActiveStatement[] ActiveStatements { get; }
member this.ActiveStatements : Microsoft.VisualStudio.Debugger.Clr.DkmActiveStatement[]
Public ReadOnly Property ActiveStatements As DkmActiveStatement()

Property Value

Applies to