共用方式為


ICorDebugCode::GetFunction 方法

取得與此 「ICorDebugCode」 相關聯的 「ICorDebugFunction」。

語法

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

參數

ppFunction [出]函數位址的指標。

備註

ICorDebugCodeICorDebugFunction 保持一對一的關係。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供