หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the stack address of the internal frame.
Syntax
HRESULT GetFrameAddress([out] CORDB_ADDRESS *pAddress);
Parameters
pAddress
[out] Pointer to the CORDB_ADDRESS for the internal frame.
Return Value
This method returns the following specific HRESULTs as well as HRESULT errors that indicate method failure.
| HRESULT | Description |
|---|---|
| S_OK | The address of the internal frame was successfully returned. |
| E_FAIL | The address of the internal frame could not be returned. |
| E_INVALIDARG | pAddress is null. |
Remarks
The value returned in pAddress can be used to determine the location of the internal frame relative to other frames on the stack. Even on IA-64-based computers, the internal frame lives on the stack only, and there is no corresponding pointer to a backing store.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.0