共用方式為


ICorDebugCode::GetFunction 方法

取得與此 ICorDebugCode 相關聯的 ICorDebugFunction

HRESULT GetFunction (
    [out] ICorDebugFunction **ppFunction
);

參數

  • ppFunction
    [out] 此函式之位址的指標。

備註

ICorDebugCodeICorDebugFunction 會維護一對一關聯性。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugCode 介面