C# 클래스 android.os.Process

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Process ( global @__env )

비공개 메소드들

메소드 설명
Process ( )

메소드 상세

Process() 보호된 메소드

protected Process ( global @__env )
@__env global

getElapsedCpuTime() 공개 정적인 메소드

public static getElapsedCpuTime ( ) : long
리턴 long

getGidForName() 공개 정적인 메소드

public static getGidForName ( java arg0 ) : int
arg0 java
리턴 int

getThreadPriority() 공개 정적인 메소드

public static getThreadPriority ( int arg0 ) : int
arg0 int
리턴 int

getUidForName() 공개 정적인 메소드

public static getUidForName ( java arg0 ) : int
arg0 java
리턴 int

killProcess() 공개 정적인 메소드

public static killProcess ( int arg0 ) : void
arg0 int
리턴 void

myPid() 공개 정적인 메소드

public static myPid ( ) : int
리턴 int

myTid() 공개 정적인 메소드

public static myTid ( ) : int
리턴 int

myUid() 공개 정적인 메소드

public static myUid ( ) : int
리턴 int

sendSignal() 공개 정적인 메소드

public static sendSignal ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

setThreadPriority() 공개 정적인 메소드

public static setThreadPriority ( int arg0 ) : void
arg0 int
리턴 void

setThreadPriority() 공개 정적인 메소드

public static setThreadPriority ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

supportsProcesses() 공개 정적인 메소드

public static supportsProcesses ( ) : bool
리턴 bool