หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0