System.Diagnostics.Debugger Members

The members of System.Diagnostics.Debugger are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Diagnostics.Debugger class.

Public Fields

static readonly
DefaultCategorystring.

Represents the default category of message with a constant.

Public Properties

[read-only]
static
IsAttachedbool.

Gets a value that indicates whether a debugger is attached to the process.

Public Methods

static
Break()

Signals a breakpoint to an attached debugger.

static
IsLogging() : bool

Checks to see if logging is enabled by an attached debugger.

static
Launch() : bool

Launches and attaches a debugger to the process.

static
Log(int, string, string)

Posts a message for the attached debugger.