The members of Android.OS.Process are listed below.
See Also: Inherited members from Java.Lang.Object
Process() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | BluetoothGid | int (2000). Documentation for this section has not yet been entered. |
const | FirstApplicationUid | int (10000). Defines the start of a range of UIDs (and GIDs), going from this number to Process.LastApplicationUid that are reserved for assigning to applications. |
const | LastApplicationUid | int (99999). Last of application-specific UIDs starting at Process.FirstApplicationUid. |
const | PhoneUid | int (1001). Defines the UID/GID under which the telephony code runs. |
const | SystemUid | int (1000). Defines the UID/GID under which system code runs. |
[read-only] static | ElapsedCpuTime | long. Returns elapsed milliseconds of the time this process has run. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetGidForName(string)Returns the GID assigned to a particular user name, or -1 if there is none. | |
static | GetThreadPriority(int)Return the current priority of a thread, based on Linux priorities. | |
static | GetUidForName(string)Returns the UID assigned to a particular user name, or -1 if there is none. | |
static | KillProcess(int)Kill the process with the given PID. | |
static | MyPid()Returns the identifier of this process, which can be used with Process.KillProcess(int) and Process.SendSignal(int, Android.OS.Signal). | |
static | MyTid()Returns the identifier of the calling thread, which be used with Process.SetThreadPriority(int, Android.OS.ThreadPriority). | |
static | MyUid()Returns the identifier of this process's uid. | |
static | MyUserHandle()Returns this process's user handle. | |
static | SendSignal(int, Signal)Send a signal to the given process. | |
static | SetThreadPriority(ThreadPriority)Set the priority of the calling thread, based on Linux priorities. | |
static | SetThreadPriority(int, ThreadPriority)Set the priority of a thread, based on Linux priorities. | |
static | SupportsProcesses()Determine whether the current environment supports multiple processes. |