Compartir a través de


ICorDebugModule::GetFunctionFromToken (Método)

Obtiene la función especificada por el símbolo (token) de metadatos.

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

Parámetros

  • methodDef
    [in] Símbolo (token) de metadatos mdMethodDef que hace referencia a los metadatos de la función.

  • ppFunction
    [out] Puntero a la dirección de un objeto de interfaz ICorDebugFunction que representa la función.

Comentarios

El método GetFunctionFromToken devuelve un valor de HRESULT CORDBG_E_FUNCTION_NOT_IL si el valor pasado en methodDef no hace referencia a un método del Lenguaje intermedio de Microsoft (MSIL).

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versiones de .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vea también

Referencia

ICorDebugModule (Interfaz)

ICorDebugModule2 (Interfaz)