DkmStackContext.Operation 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.
Which type of stack walk we are doing. If the operation is AsyncReturnStackWalk or AsyncTaskCreationStackWalk, "Task" must be non-null. Otherwise, "AsyncContext" must be NULL.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkOperation Operation { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkOperation get(); };
public:
property Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkOperation Operation { Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkOperation get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkOperation Operation { get; }
member this.Operation : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkOperation
Public ReadOnly Property Operation As DkmStackWalkOperation