ICorDebugEval.GetResult Method

Definition

Overloads

GetResult(ICorDebugValue)
GetResult(IntPtr)

GetResult(ICorDebugValue)

public:
 void GetResult([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppResult);
public void GetResult (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppResult);
abstract member GetResult : ICorDebugValue -> unit
Public Sub GetResult (ByRef ppResult As ICorDebugValue)

Parameters

ppResult
ICorDebugValue

Applies to

GetResult(IntPtr)

public:
 int GetResult([Runtime::InteropServices::Out] IntPtr % ppResult);
public int GetResult (out IntPtr ppResult);
abstract member GetResult : nativeint -> int
Public Function GetResult (ByRef ppResult As IntPtr) As Integer

Parameters

ppResult
IntPtr

nativeint

Returns

Applies to