Condividi tramite


IDebugStackFrame2::GetName

Ottiene il nome dello stack frame.

Sintassi

int GetName ( 
   out string pbstrName
);

Parametri

pbstrName
[out] Restituisce il nome dello stack frame.

Valore restituito

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

Osservazioni:

Il nome di uno stack frame è in genere il nome del metodo in esecuzione.

Vedi anche