DkmGetTaskCreationStackAsyncResult.CreationStack 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.
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()