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
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
AddThread ( int id ) : void
RemoveThread ( int id ) : void
ToString ( ) : string

Private Methods

Méthode Description
CreateThreadGroup ( string name ) : ThreadGroup
ThreadGroup ( string name ) : System

Method Details

AddThread() public méthode

public AddThread ( int id ) : void
id int
Résultat void

RemoveThread() public méthode

public RemoveThread ( int id ) : void
id int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string