DkmGetTaskCreationStackAsyncResult.CreationStack Property

Definition

The creation stack of this task.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ CreationStack { cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public:
 property Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ CreationStack { Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] CreationStack { get; }
member this.CreationStack : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]
Public ReadOnly Property CreationStack As DkmStackWalkFrame()

Property Value

Applies to