# pid

> Mirrors android:android.app.ApplicationStartInfo getPid() method.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
int pid { get; }
```

### Remarks

For more information, refer to Android's documentation on [getPid()](https://developer.android.com/reference/android/app/ApplicationStartInfo#getPid\(\)).
