IDebugFunctionObject.Evaluate 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 Evaluate(cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^> ^ ppParams, IntPtr dwParams, System::UInt32 dwTimeout, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppResult);
public int Evaluate(Microsoft.VisualStudio.Debugger.Interop.IDebugObject[] ppParams, IntPtr dwParams, uint dwTimeout, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppResult);
abstract member Evaluate : Microsoft.VisualStudio.Debugger.Interop.IDebugObject[] * nativeint * uint32 * IDebugObject -> int
Public Function Evaluate (ppParams As IDebugObject(), dwParams As IntPtr, dwTimeout As UInteger, ByRef ppResult As IDebugObject) As Integer
Parameters
- ppParams
- IDebugObject[]
- dwParams
-
IntPtr
nativeint
- dwTimeout
- UInt32
- ppResult
- IDebugObject