Condividi tramite


IDebugObject:: GetManagedDebugObject

Crea una copia dell'oggetto gestito nello spazio degli indirizzi del motore di debug.

HRESULT GetManagedDebugObject( 
   IDebugManagedObject** ppObject
);
int GetManagedDebugObject(
   out IDebugManagedObject ppObject
);

Parametri

  • ppObject
    [out] Restituisce IDebugManagedObject un oggetto che rappresenta l'oggetto gestito appena creato.

Valore restituito

Se l'operazione riesce, restituisce S_OK, in caso contrario, restituisce un codice di errore. Restituisce E_FAIL se questo IDebugObject non rappresenta un'istanza della classe gestita di valore.

Note

Tale IDebugObject oggetto deve rappresentare un'istanza della classe gestita di valore, come un'istanza di System.Decimal . Una copia locale, il sovraccarico di chiamare IDebugFunctionObject:: valutare viene eliminato.

Vedere anche

Riferimenti

IDebugObject

IDebugManagedObject