DkmGetAsyncCallStackAsyncResult.Frames 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 frames that will display in the call stack window. May be any combination of creation stack frames, return stack frames, or annotated frames.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public:
property Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] Frames { get; }
member this.Frames : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]
Public ReadOnly Property Frames As DkmStackWalkFrame()