Android.OS.Process.MyPid Method
Returns the identifier of this process, which can be used with Process.KillProcess(int) and Process.SendSignal(int, Android.OS.Signal).

Syntax

[Android.Runtime.Register("myPid", "()I", "")]
public static int MyPid ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the identifier of this process, which can be used with Process.KillProcess(int) and Process.SendSignal(int, Android.OS.Signal).

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1