Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Mono
Debugger
ThreadGroup
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
Mostra 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