C# Class java.lang.Thread

Inheritance: java.lang.Object, Runnable
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Thread ( global @__env )

Private Methods

Method Description
Thread ( )

Method Details

Thread() protected method

protected Thread ( global @__env )
@__env global

Thread() public method

public Thread ( java arg0 )
arg0 java

Thread() public method

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

Thread() public method

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

Thread() public method

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

activeCount() public static method

public static activeCount ( ) : int
return int

checkAccess() public method

public checkAccess ( ) : void
return void

countStackFrames() public method

public countStackFrames ( ) : int
return int

currentThread() public static method

public static currentThread ( ) : global::java.lang.Thread
return global::java.lang.Thread

destroy() public method

public destroy ( ) : void
return void

dumpStack() public static method

public static dumpStack ( ) : void
return void

enumerate() public static method

public static enumerate ( java arg0 ) : int
arg0 java
return int

getAllStackTraces() public static method

public static getAllStackTraces ( ) : global::java.util.Map
return global::java.util.Map

getContextClassLoader() public method

public getContextClassLoader ( ) : global::java.lang.ClassLoader
return global::java.lang.ClassLoader

getDefaultUncaughtExceptionHandler() public static method

public static getDefaultUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
return global::java.lang.Thread.UncaughtExceptionHandler

getId() public method

public getId ( ) : long
return long

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getPriority() public method

public getPriority ( ) : int
return int

getStackTrace() public method

public getStackTrace ( ) : global::java.lang.StackTraceElement[]
return global::java.lang.StackTraceElement[]

getState() public method

public getState ( ) : global::java.lang.Thread.State
return global::java.lang.Thread.State

getThreadGroup() public method

public getThreadGroup ( ) : global::java.lang.ThreadGroup
return global::java.lang.ThreadGroup

getUncaughtExceptionHandler() public method

public getUncaughtExceptionHandler ( ) : global::java.lang.Thread.UncaughtExceptionHandler
return global::java.lang.Thread.UncaughtExceptionHandler

holdsLock() public static method

public static holdsLock ( java arg0 ) : bool
arg0 java
return bool

interrupt() public method

public interrupt ( ) : void
return void

interrupted() public static method

public static interrupted ( ) : bool
return bool

isAlive() public method

public isAlive ( ) : bool
return bool

isDaemon() public method

public isDaemon ( ) : bool
return bool

isInterrupted() public method

public isInterrupted ( ) : bool
return bool

join() public method

public join ( ) : void
return void

join() public method

public join ( long arg0 ) : void
arg0 long
return void

join() public method

public join ( long arg0, int arg1 ) : void
arg0 long
arg1 int
return void

resume() public method

public resume ( ) : void
return void

run() public method

public run ( ) : void
return void

setContextClassLoader() public method

public setContextClassLoader ( java arg0 ) : void
arg0 java
return void

setDaemon() public method

public setDaemon ( bool arg0 ) : void
arg0 bool
return void

setDefaultUncaughtExceptionHandler() public static method

public static setDefaultUncaughtExceptionHandler ( java arg0 ) : void
arg0 java
return void

setName() public method

public setName ( java arg0 ) : void
arg0 java
return void

setPriority() public method

public setPriority ( int arg0 ) : void
arg0 int
return void

setUncaughtExceptionHandler() public method

public setUncaughtExceptionHandler ( java arg0 ) : void
arg0 java
return void

sleep() public static method

public static sleep ( long arg0 ) : void
arg0 long
return void

sleep() public static method

public static sleep ( long arg0, int arg1 ) : void
arg0 long
arg1 int
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void

stop() public method

public stop ( java arg0 ) : void
arg0 java
return void

suspend() public method

public suspend ( ) : void
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

yield() public static method

public static yield ( ) : void
return void