C# Class Mono.Debugger.ThreadGroup

This is used to share information about breakpoints and signal handlers between different invocations of the same target.
Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
AddThread ( int id ) : void
RemoveThread ( int id ) : void
ToString ( ) : string

Private Methods

Method Description
CreateThreadGroup ( string name ) : ThreadGroup
ThreadGroup ( string name ) : System

Method Details

AddThread() public method

public AddThread ( int id ) : void
id int
return void

RemoveThread() public method

public RemoveThread ( int id ) : void
id int
return void

ToString() public method

public ToString ( ) : string
return string