Describes different possible outcomes from detaching a debugger from a process.
Namespace:
Gallio.Runtime.DebuggingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum DetachDebuggerResult |
| Visual Basic (Declaration) |
|---|
Public Enumeration DetachDebuggerResult |
Members
| Member name | Description | |
|---|---|---|
| CouldNotDetach |
The debugger could not be detached from the process and remains attached.
| |
| AlreadyDetached |
The debugger was already detached from the process.
| |
| Detached |
The debugger has just been detached from the process.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
