Condividi tramite


Metodo ICorProfilerInfo::GetFunctionFromToken

Ottiene l'ID di una funzione. Questo metodo è obsoleto in .NET Framework versione 2.0. Utilizzare invece il metodo ICorProfilerInfo2::GetFunctionFromTokenAndTypeArgs.

HRESULT GetFunctionFromToken(
    [in]  ModuleID   moduleId,
    [in]  mdToken    token,
    [out] FunctionID *pFunctionId);

Note

Il metodo GetFunctionFromToken non funzionerà per le funzioni generiche o per le funzioni nei tipi generici. Ora è obsoleto. Utilizzare ICorProfilerInfo2::GetFunctionFromTokenAndTypeArgs per tutte le funzioni.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 1.1, 1.0

Vedere anche

Riferimenti

Interfaccia ICorProfilerInfo