Condividi tramite


IDebugStackFrame2:: GetName

Ottiene il nome dello stack frame.

HRESULT GetName ( 
   BSTR* pbstrName
);
int GetName ( 
   out string pbstrName
);

Parametri

  • pbstrName
    [out] Restituisce il nome dello stack frame.

Valore restituito

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

Note

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

Vedere anche

Riferimenti

IDebugStackFrame2