Debugger.IsAttached Propiedad

Definición

Obtiene un valor que indica si hay un depurador asociado al proceso.

public:
 static property bool IsAttached { bool get(); };
public static bool IsAttached { get; }
static member IsAttached : bool
Public Shared ReadOnly Property IsAttached As Boolean

Valor de propiedad

true si hay un depurador asociado; de lo contrario, false.

Se aplica a