IDebugExpression157.GetEvaluateAsyncOp Method
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.
public:
int GetEvaluateAsyncOp(System::UInt32 dwFields, System::UInt32 dwRadix, System::UInt32 dwFlags, System::UInt32 dwTimeout, Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugEvaluateCompletionHandler ^ pCompletionHandler, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugEngineOperation ^ % ppDebugOperation);
public int GetEvaluateAsyncOp(uint dwFields, uint dwRadix, uint dwFlags, uint dwTimeout, Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEvaluateCompletionHandler pCompletionHandler, out Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEngineOperation ppDebugOperation);
abstract member GetEvaluateAsyncOp : uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEvaluateCompletionHandler * IAsyncDebugEngineOperation -> int
Public Function GetEvaluateAsyncOp (dwFields As UInteger, dwRadix As UInteger, dwFlags As UInteger, dwTimeout As UInteger, pCompletionHandler As IAsyncDebugEvaluateCompletionHandler, ByRef ppDebugOperation As IAsyncDebugEngineOperation) As Integer
Parameters
- dwFields
- UInt32
- dwRadix
- UInt32
- dwFlags
- UInt32
- dwTimeout
- UInt32
- pCompletionHandler
- IAsyncDebugEvaluateCompletionHandler
- ppDebugOperation
- IAsyncDebugEngineOperation