Język

Process.Pid Method

Definition

Returns the native process ID of the process.

[Android.Runtime.Register("pid", "()J", "GetPidHandler", ApiSince=37)]
public virtual long Pid();
[<Android.Runtime.Register("pid", "()J", "GetPidHandler", ApiSince=37)>]
abstract member Pid : unit -> int64
override this.Pid : unit -> int64

Returns

the native process id of the process

Attributes

Applies to