Share via


ICorDebugModule::GetFunctionFromToken Method

Gets the function that is specified by the metadata token.

HRESULT GetFunctionFromToken(
    [in] mdMethodDef methodDef,
    [out] ICorDebugFunction **ppFunction
);

Parameters

Parameter Description

methodDef

[in] A mdMethodDef metadata token that references the function's metadata.

ppFunction

[out] A pointer to the address of a ICorDebugFunction Interface interface object that represents the function.

Remarks

The GetFunctionFromToken method returns a CORDBG_E_FUNCTION_NOT_IL HRESULT if the value passed in methodDef does not refer to a Microsoft intermediate language (MSIL) method.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugModule Interface
ICorDebugModule2 Interface