Debugger.IsAttached Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se un debugger è collegato al processo.
public:
static property bool IsAttached { bool get(); };
public static bool IsAttached { get; }
static member IsAttached : bool
Public Shared ReadOnly Property IsAttached As Boolean
Valore della proprietà
true se un debugger è collegato; in caso contrario, false.