IDebugStackFrame2:: GetDebugProperty
Ottiene una descrizione delle proprietà di uno stack frame.
HRESULT GetDebugProperty (
IDebugProperty2** ppDebugProp
);
int GetDebugProperty (
out IDebugProperty2 ppDebugProp
);
Parametri
- ppDebugProp
[out] restituisce IDebugProperty2 un oggetto che descrive le proprietà di questo stack frame.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.
Note
Chiamare IDebugProperty2:: EnumChildren il metodo con i filtri appropriati possibile recuperare le variabili locali, i parametri del metodo, registri e il puntatore “this„ associato allo stack frame.