ICorDebugEval::GetResult Method

Gets the results of this evaluation.

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: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

ICorDebugEval Interface