Describes different possible outcomes from attaching a debugger to a process.
Namespace:
Gallio.Runtime.DebuggingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum AttachDebuggerResult |
| Visual Basic (Declaration) |
|---|
Public Enumeration AttachDebuggerResult |
Members
| Member name | Description | |
|---|---|---|
| CouldNotAttach |
The debugger could not attach to the process.
| |
| AlreadyAttached |
The debugger was already attached to the process.
| |
| Attached |
The debugger has just been attached to the process.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
