Condividi tramite


IDebugObject2::GetICorDebugValue

Ottiene un oggetto codice gestito che rappresenta il valore associato a questo oggetto.

Sintassi

int GetICorDebugValue(
   out object ppUnk
);

Parametri

ppUnk
[out] IUnknown interfaccia che rappresenta questo alias. È possibile eseguire query ICorDebugValue su questa interfaccia.

Valore restituito

Se ha esito positivo, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Osservazioni:

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

Vedi anche