ICorDebugFrame::GetCode 方法

获取指向与此堆栈帧关联的代码的指针。

语法

HRESULT GetCode (  
    [out] ICorDebugCode      **ppCode  
);  

参数

ppCode
[out] 指向 ICorDebugCode 对象地址的指针,该对象表示与此帧关联的代码。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用