Android.OS.Process.SendSignal Method
Send a signal to the given process.

Syntax

[Android.Runtime.Register("sendSignal", "(II)V", "")]
public static void SendSignal (int pid, [Android.Runtime.GeneratedEnum] Signal signal)

Parameters

pid
The pid of the target process.
signal
The signal to send.

Remarks

Send a signal to the given process.

[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