ICorDebugCode::GetFunction 方法

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

Syntax

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

参数

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

注解

ICorDebugCodeICorDebugFunction 维护一对一关系。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用