C# Class android.os.Process

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Process ( global @__env )

Private Methods

Méthode Description
Process ( )

Method Details

Process() protected méthode

protected Process ( global @__env )
@__env global

getElapsedCpuTime() public static méthode

public static getElapsedCpuTime ( ) : long
Résultat long

getGidForName() public static méthode

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

getThreadPriority() public static méthode

public static getThreadPriority ( int arg0 ) : int
arg0 int
Résultat int

getUidForName() public static méthode

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

killProcess() public static méthode

public static killProcess ( int arg0 ) : void
arg0 int
Résultat void

myPid() public static méthode

public static myPid ( ) : int
Résultat int

myTid() public static méthode

public static myTid ( ) : int
Résultat int

myUid() public static méthode

public static myUid ( ) : int
Résultat int

sendSignal() public static méthode

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

setThreadPriority() public static méthode

public static setThreadPriority ( int arg0 ) : void
arg0 int
Résultat void

setThreadPriority() public static méthode

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

supportsProcesses() public static méthode

public static supportsProcesses ( ) : bool
Résultat bool