C# Class java.lang.Thread

Inheritance: java.lang.Object, Runnable
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
Thread ( java arg0 )
Thread ( java arg0, java arg1 )
Thread ( java arg0, java arg1, java arg2 )
Thread ( java arg0, java arg1, java arg2, long arg3 )
activeCount ( ) : int
checkAccess ( ) : void
countStackFrames ( ) : int
currentThread ( ) : global::java.lang.Thread
destroy ( ) : void
dumpStack ( ) : void
enumerate ( java arg0 ) : int
getAllStackTraces ( ) : global::java.util.Map
getContextClassLoader ( ) : global::java.lang.ClassLoader
getDefaultUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
getId ( ) : long
getName ( ) : global::java.lang.String
getPriority ( ) : int
getStackTrace ( ) : global::java.lang.StackTraceElement[]
getState ( ) : global::java.lang.Thread.State
getThreadGroup ( ) : global::java.lang.ThreadGroup
getUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
holdsLock ( java arg0 ) : bool
interrupt ( ) : void
interrupted ( ) : bool
isAlive ( ) : bool
isDaemon ( ) : bool
isInterrupted ( ) : bool
join ( ) : void
join ( long arg0 ) : void
join ( long arg0, int arg1 ) : void
resume ( ) : void
run ( ) : void
setContextClassLoader ( java arg0 ) : void
setDaemon ( bool arg0 ) : void
setDefaultUncaughtExceptionHandler ( java arg0 ) : void
setName ( java arg0 ) : void
setPriority ( int arg0 ) : void
setUncaughtExceptionHandler ( java arg0 ) : void
sleep ( long arg0 ) : void
sleep ( long arg0, int arg1 ) : void
start ( ) : void
stop ( ) : void
stop ( java arg0 ) : void
suspend ( ) : void
toString ( ) : global::java.lang.String
yield ( ) : void

Méthodes protégées

Méthode Description
Thread ( global @__env )

Private Methods

Méthode Description
Thread ( )

Method Details

Thread() protected méthode

protected Thread ( global @__env )
@__env global

Thread() public méthode

public Thread ( java arg0 )
arg0 java

Thread() public méthode

public Thread ( java arg0, java arg1 )
arg0 java
arg1 java

Thread() public méthode

public Thread ( java arg0, java arg1, java arg2 )
arg0 java
arg1 java
arg2 java

Thread() public méthode

public Thread ( java arg0, java arg1, java arg2, long arg3 )
arg0 java
arg1 java
arg2 java
arg3 long

activeCount() public static méthode

public static activeCount ( ) : int
Résultat int

checkAccess() public méthode

public checkAccess ( ) : void
Résultat void

countStackFrames() public méthode

public countStackFrames ( ) : int
Résultat int

currentThread() public static méthode

public static currentThread ( ) : global::java.lang.Thread
Résultat global::java.lang.Thread

destroy() public méthode

public destroy ( ) : void
Résultat void

dumpStack() public static méthode

public static dumpStack ( ) : void
Résultat void

enumerate() public static méthode

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

getAllStackTraces() public static méthode

public static getAllStackTraces ( ) : global::java.util.Map
Résultat global::java.util.Map

getContextClassLoader() public méthode

public getContextClassLoader ( ) : global::java.lang.ClassLoader
Résultat global::java.lang.ClassLoader

getDefaultUncaughtExceptionHandler() public static méthode

public static getDefaultUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
Résultat global::java.lang.Thread.UncaughtExceptionHandler

getId() public méthode

public getId ( ) : long
Résultat long

getName() public méthode

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

getPriority() public méthode

public getPriority ( ) : int
Résultat int

getStackTrace() public méthode

public getStackTrace ( ) : global::java.lang.StackTraceElement[]
Résultat global::java.lang.StackTraceElement[]

getState() public méthode

public getState ( ) : global::java.lang.Thread.State
Résultat global::java.lang.Thread.State

getThreadGroup() public méthode

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

getUncaughtExceptionHandler() public méthode

public getUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
Résultat global::java.lang.Thread.UncaughtExceptionHandler

holdsLock() public static méthode

public static holdsLock ( java arg0 ) : bool
arg0 java
Résultat bool

interrupt() public méthode

public interrupt ( ) : void
Résultat void

interrupted() public static méthode

public static interrupted ( ) : bool
Résultat bool

isAlive() public méthode

public isAlive ( ) : bool
Résultat bool

isDaemon() public méthode

public isDaemon ( ) : bool
Résultat bool

isInterrupted() public méthode

public isInterrupted ( ) : bool
Résultat bool

join() public méthode

public join ( ) : void
Résultat void

join() public méthode

public join ( long arg0 ) : void
arg0 long
Résultat void

join() public méthode

public join ( long arg0, int arg1 ) : void
arg0 long
arg1 int
Résultat void

resume() public méthode

public resume ( ) : void
Résultat void

run() public méthode

public run ( ) : void
Résultat void

setContextClassLoader() public méthode

public setContextClassLoader ( java arg0 ) : void
arg0 java
Résultat void

setDaemon() public méthode

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

setDefaultUncaughtExceptionHandler() public static méthode

public static setDefaultUncaughtExceptionHandler ( java arg0 ) : void
arg0 java
Résultat void

setName() public méthode

public setName ( java arg0 ) : void
arg0 java
Résultat void

setPriority() public méthode

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

setUncaughtExceptionHandler() public méthode

public setUncaughtExceptionHandler ( java arg0 ) : void
arg0 java
Résultat void

sleep() public static méthode

public static sleep ( long arg0 ) : void
arg0 long
Résultat void

sleep() public static méthode

public static sleep ( long arg0, int arg1 ) : void
arg0 long
arg1 int
Résultat void

start() public méthode

public start ( ) : void
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

stop() public méthode

public stop ( java arg0 ) : void
arg0 java
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

yield() public static méthode

public static yield ( ) : void
Résultat void