C# Class android.os.Process

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
getElapsedCpuTime ( ) : long
getGidForName ( java arg0 ) : int
getThreadPriority ( int arg0 ) : int
getUidForName ( java arg0 ) : int
killProcess ( int arg0 ) : void
myPid ( ) : int
myTid ( ) : int
myUid ( ) : int
sendSignal ( int arg0, int arg1 ) : void
setThreadPriority ( int arg0 ) : void
setThreadPriority ( int arg0, int arg1 ) : void
supportsProcesses ( ) : bool

Protected Methods

Method Description
Process ( global @__env )

Private Methods

Method Description
Process ( )

Method Details

Process() protected method

protected Process ( global @__env )
@__env global

getElapsedCpuTime() public static method

public static getElapsedCpuTime ( ) : long
return long

getGidForName() public static method

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

getThreadPriority() public static method

public static getThreadPriority ( int arg0 ) : int
arg0 int
return int

getUidForName() public static method

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

killProcess() public static method

public static killProcess ( int arg0 ) : void
arg0 int
return void

myPid() public static method

public static myPid ( ) : int
return int

myTid() public static method

public static myTid ( ) : int
return int

myUid() public static method

public static myUid ( ) : int
return int

sendSignal() public static method

public static sendSignal ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setThreadPriority() public static method

public static setThreadPriority ( int arg0 ) : void
arg0 int
return void

setThreadPriority() public static method

public static setThreadPriority ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

supportsProcesses() public static method

public static supportsProcesses ( ) : bool
return bool