Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the active (that is, most recent) frame on the chain.
Syntax
HRESULT GetActiveFrame (
[out] ICorDebugFrame **ppFrame
);
Parameters
ppFrame
[out] A pointer to the address of an ICorDebugFrame object that represents the active (that is, most recent) frame on the chain.
Remarks
If no managed stack frame is available, ppFrame is set to null.
If the active frame is not available, the call will succeed and ppFrame will be null. Active frames will not be available for chains initiated due to CHAIN_ENTER_UNMANAGED, and for some chains initiated due to CHAIN_CLASS_INIT. See the CorDebugChainReason enumeration.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0