IDebugExpression2.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.
Overloads
| EvaluateSync(enum_EVALFLAGS, UInt32, IDebugEventCallback2, IDebugProperty2) | |
| EvaluateSync(UInt32, UInt32, IDebugEventCallback2, IDebugProperty2) |
EvaluateSync(enum_EVALFLAGS, UInt32, IDebugEventCallback2, IDebugProperty2)
public:
int EvaluateSync(Microsoft::VisualStudio::Debugger::Interop::enum_EVALFLAGS dwFlags, System::UInt32 dwTimeout, Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pExprCallback, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppResult);
public int EvaluateSync(Microsoft.VisualStudio.Debugger.Interop.enum_EVALFLAGS dwFlags, uint dwTimeout, Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pExprCallback, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppResult);
abstract member EvaluateSync : Microsoft.VisualStudio.Debugger.Interop.enum_EVALFLAGS * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * IDebugProperty2 -> int
Public Function EvaluateSync (dwFlags As enum_EVALFLAGS, dwTimeout As UInteger, pExprCallback As IDebugEventCallback2, ByRef ppResult As IDebugProperty2) As Integer
Parameters
- dwFlags
- enum_EVALFLAGS
- dwTimeout
- UInt32
- pExprCallback
- IDebugEventCallback2
- ppResult
- IDebugProperty2
Returns
Applies to
EvaluateSync(UInt32, UInt32, IDebugEventCallback2, IDebugProperty2)
public:
int EvaluateSync(System::UInt32 dwFlags, System::UInt32 dwTimeout, Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pExprCallback, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppResult);
public int EvaluateSync(uint dwFlags, uint dwTimeout, Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pExprCallback, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppResult);
abstract member EvaluateSync : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * IDebugProperty2 -> int
Public Function EvaluateSync (dwFlags As UInteger, dwTimeout As UInteger, pExprCallback As IDebugEventCallback2, ByRef ppResult As IDebugProperty2) As Integer
Parameters
- dwFlags
- UInt32
- dwTimeout
- UInt32
- pExprCallback
- IDebugEventCallback2
- ppResult
- IDebugProperty2