ICorDebugCode::GetFunction 方法

获取与此“ICorDebugCode”关联的“ICorDebugFunction”。

语法

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

参数

ppFunction [out]指向函数地址的指针。

注解

ICorDebugCodeICorDebugFunction 保持一对一关系。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用