Condividi tramite


IDebugObject2:: GetICorDebugValue

Ottiene un oggetto di codice gestito che rappresenta il valore associato all'oggetto.

HRESULT GetICorDebugValue(
   IUnknown** ppUnk
);
int GetICorDebugValue(
   out object ppUnk
);

Parametri

  • ppUnk
    [out] interfaccia di IUnknown che rappresenta tale alias. Questa interfaccia è possibile eseguire una query per l'interfaccia di ICorDebugValue .

Valore restituito

Se l'operazione riesce, restituisce S_OK, in caso contrario, restituisce un codice di errore.

Note

l'oggetto di ICorDebugValue è un'interfaccia di Common Language Runtime che rappresenta un valore.

Vedere anche

Riferimenti

IDebugObject2