ICorDebugEval::GetResult Method
Gets the results of this evaluation.
Syntax
HRESULT GetResult (
[out] ICorDebugValue **ppResult
);
Parameters
ppResult
[out] Pointer to the address of an ICorDebugValue object that represents the results of this evaluation, if the evaluation completes normally.
Remarks
The GetResult
method is valid only after the evaluation is completed.
If the evaluation completes normally, ppResult
specifies the results. If it terminates with an exception, the result is the exception thrown. If the evaluation was for a new object, the result is the reference to the new object.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0