Proprietà Program.IsBeingDebugged

Determina se un programma sta eseguendo il debug quando questa proprietà viene chiamata.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsBeingDebugged As Boolean
bool IsBeingDebugged { get; }
property bool IsBeingDebugged {
    bool get ();
}
abstract IsBeingDebugged : bool
function get IsBeingDebugged () : boolean

Valore proprietà

Tipo: System.Boolean
Il valore boolean, true, se il programma sta eseguendo il debug, in caso contrario, false.

Note

IsBeingDebugged restituisce true se il programma sta eseguendo il debug quando questa proprietà viene chiamata.IsBeingDebugged restituisce false se il programma non sta eseguendo il debug.

[!NOTA]

Il programma possibile modificare gli stati di debug anche prima che questa chiamata di funzione dispone di una probabilità restituire.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Program Interfaccia

Spazio dei nomi EnvDTE