IDebugParsedExpression.EvaluateSync 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 EvaluateSync(System::UInt32 dwEvalFlags, System::UInt32 dwTimeout, Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, System::String ^ bstrResultType, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppResult);
public int EvaluateSync (uint dwEvalFlags, uint dwTimeout, Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, string bstrResultType, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppResult);
abstract member EvaluateSync : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * string * IDebugProperty2 -> int
Public Function EvaluateSync (dwEvalFlags As UInteger, dwTimeout As UInteger, pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, bstrResultType As String, ByRef ppResult As IDebugProperty2) As Integer
Parameters
- dwEvalFlags
- UInt32
- dwTimeout
- UInt32
- pSymbolProvider
- IDebugSymbolProvider
- pAddress
- IDebugAddress
- pBinder
- IDebugBinder
- bstrResultType
- String
- ppResult
- IDebugProperty2