Metodo ICorProfilerInfo::GetFunctionFromIP

Esegue il mapping di un puntatore all'istruzione del codice gestito a un oggetto FunctionID.

Sintassi

HRESULT GetFunctionFromIP(  
    [in]  LPCBYTE    ip,  
    [out] FunctionID *pFunctionId);  

Parametri

ip
[in] Puntatore all'istruzione nel codice gestito.

pFunctionId
[out] ID funzione restituito.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile dalla versione 2.0

Vedi anche