Condividi tramite


Interfaccia IDebugAdvanced3 (dbgeng.h)

Ereditarietà

L'interfaccia IDebugAdvanced3 eredita da IDebugAdvanced2. IDebugAdvanced3 ha anche questi tipi di membri:

Metodi

L'interfaccia IDebugAdvanced3 include questi metodi.

 
IDebugAdvanced3::FindSourceFileAndToken

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

Il metodo FindSourceFileAndTokenWide restituisce il nome file di un file di origine nel percorso di origine o restituisce il valore di una variabile associata a un token di file.
IDebugAdvanced3::GetSourceFileInformation

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

Il metodo GetSourceFileInformationWide restituisce informazioni specificate su un file di origine.
IDebugAdvanced3::GetSymbolInformation

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

Il metodo SetSymbolInformationWide restituisce informazioni specificate su un simbolo.
IDebugAdvanced3::GetSystemObjectInformation

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

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

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

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

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione dbgeng.h (include Dbgeng.h)

Vedi anche

IDebugAdvanced2