C# Class java.lang.ThreadGroup

Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
ThreadGroup ( java arg0 )
ThreadGroup ( java arg0, java arg1 )
activeCount ( ) : int
activeGroupCount ( ) : int
allowThreadSuspension ( bool arg0 ) : bool
checkAccess ( ) : void
destroy ( ) : void
enumerate ( java arg0 ) : int
enumerate ( java arg0, bool arg1 ) : int
getMaxPriority ( ) : int
getName ( ) : global::java.lang.String
getParent ( ) : global::java.lang.ThreadGroup
interrupt ( ) : void
isDaemon ( ) : bool
isDestroyed ( ) : bool
list ( ) : void
parentOf ( java arg0 ) : bool
resume ( ) : void
setDaemon ( bool arg0 ) : void
setMaxPriority ( int arg0 ) : void
stop ( ) : void
suspend ( ) : void
toString ( ) : global::java.lang.String
uncaughtException ( java arg0, java arg1 ) : void

Méthodes protégées

Méthode Description
ThreadGroup ( global @__env )

Private Methods

Méthode Description
ThreadGroup ( )

Method Details

ThreadGroup() protected méthode

protected ThreadGroup ( global @__env )
@__env global

ThreadGroup() public méthode

public ThreadGroup ( java arg0 )
arg0 java

ThreadGroup() public méthode

public ThreadGroup ( java arg0, java arg1 )
arg0 java
arg1 java

activeCount() public méthode

public activeCount ( ) : int
Résultat int

activeGroupCount() public méthode

public activeGroupCount ( ) : int
Résultat int

allowThreadSuspension() public méthode

public allowThreadSuspension ( bool arg0 ) : bool
arg0 bool
Résultat bool

checkAccess() public méthode

public checkAccess ( ) : void
Résultat void

destroy() public méthode

public destroy ( ) : void
Résultat void

enumerate() public méthode

public enumerate ( java arg0 ) : int
arg0 java
Résultat int

enumerate() public méthode

public enumerate ( java arg0, bool arg1 ) : int
arg0 java
arg1 bool
Résultat int

getMaxPriority() public méthode

public getMaxPriority ( ) : int
Résultat int

getName() public méthode

public getName ( ) : global::java.lang.String
Résultat global::java.lang.String

getParent() public méthode

public getParent ( ) : global::java.lang.ThreadGroup
Résultat global::java.lang.ThreadGroup

interrupt() public méthode

public interrupt ( ) : void
Résultat void

isDaemon() public méthode

public isDaemon ( ) : bool
Résultat bool

isDestroyed() public méthode

public isDestroyed ( ) : bool
Résultat bool

list() public méthode

public list ( ) : void
Résultat void

parentOf() public méthode

public parentOf ( java arg0 ) : bool
arg0 java
Résultat bool

resume() public méthode

public resume ( ) : void
Résultat void

setDaemon() public méthode

public setDaemon ( bool arg0 ) : void
arg0 bool
Résultat void

setMaxPriority() public méthode

public setMaxPriority ( int arg0 ) : void
arg0 int
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

suspend() public méthode

public suspend ( ) : void
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String

uncaughtException() public méthode

public uncaughtException ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void