Condividi tramite


Interfaccia IDebugAdvanced2 (dbgeng.h)

Eredità

L'interfaccia IDebugAdvanced2 eredita da IDebugAdvanced. IDebugAdvanced2 include anche questi tipi di membri:

Metodi

L'interfaccia IDebugAdvanced2 dispone di questi metodi.

 
IDebugAdvanced2::FindSourceFileAndToken

Il metodo FindSourceFileAndToken (IDebugAdvanced2) restituisce il nome file di un file di origine nel percorso di origine o un valore di variabile associato a un token di file.
IDebugAdvanced2::GetSourceFileInformation

Il metodo GetSourceFileInformation (IDebugAdvanced2) restituisce informazioni su un file di origine specificato utilizzando il parametro Which.
IDebugAdvanced2::GetSymbolInformation

Il metodo GetSymbolInformation (IDebugAdvanced2) restituisce informazioni su un simbolo specificato utilizzando il parametro Which.
IDebugAdvanced2::GetSystemObjectInformation

Il metodo GetSystemObjectInformation (IDebugAdvanced2) restituisce informazioni specificate sugli oggetti del sistema operativo nella destinazione.
IDebugAdvanced2::GetThreadContext

Il metodo GetThreadContext (IDebugAdvanced2) restituisce il contesto del thread corrente rappresentato dalla struttura CONTEXT per il processore effettivo della destinazione.
IDebugAdvanced2::Request

Il metodo Request (IDebugAdvanced2) esegue un'ampia gamma di operazioni diverse specificate dal parametro Request.
IDebugAdvanced2::SetThreadContext

Il metodo SetThreadContext (IDebugAdvanced2) imposta il contesto del thread corrente rappresentato dalla struttura CONTEXT per il processore effettivo della destinazione.

Fabbisogno

Requisito Valore
piattaforma di destinazione Finestre
intestazione dbgeng.h (include Dbgeng.h)

Vedere anche

IDebugAdvanced

IDebugAdvanced3