public sealed class Debugger
|
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
DefaultCategory | Represents the default category of message with a constant. |
IsAttached | Read-only Gets a value that indicates whether a debugger is attached to the process. |
Break | Signals a breakpoint to an attached debugger. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
IsLogging | Checks to see if logging is enabled by an attached debugger. |
Launch | Launches and attaches a debugger to the process. |
Log | Posts a message for the attached debugger. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public Debugger(); |
public static readonly string DefaultCategory;
|
public static bool IsAttached {get;}
|
public static void Break(); |
Exception Type | Condition |
---|---|
SecurityException | The UIPermission is not set to break into the debugger. |
~Debugger(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public static bool IsLogging(); |
public static bool Launch(); |
Exception Type | Condition |
---|---|
SecurityException | The UIPermission is not set to start the debugger. |
level
category
message
protected object MemberwiseClone(); |
public virtual string ToString(); |