Describes different possible outcomes from detaching a debugger from a process.

Namespace:  Gallio.Runtime.Debugging
Assembly:  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 nameDescription
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.

See Also