Condividi tramite


Metodo ICorDebugFunction2::GetJMCStatus

Ottiene un valore che indica se la funzione rappresentata dall'oggetto ICorDebugFunction2 è contrassegnata come codice utente.

HRESULT GetJMCStatus (
    [out] BOOL   *pbIsJustMyCode
);

Parametri

  • pbIsJustMyCode
    [out] Puntatore a un valore booleano true se questa funzione è contrassegnata come codice utente; in caso contrario, il valore è false.

Note

Se la funzione rappresentata da ICorDebugFunction2 non può essere sottoposta a debug, pbIsJustMyCode sarà sempre false.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vedere anche

Riferimenti

Interfaccia ICorDebugFunction2