Linguaggio

Os.Prctl(Int32, Int64, Int64, Int64, Int64) Metodo

Definizione

Vedere prctl(2).

[Android.Runtime.Register("prctl", "(IJJJJ)I", "")]
public static int Prctl(int option, long arg2, long arg3, long arg4, long arg5);
[<Android.Runtime.Register("prctl", "(IJJJJ)I", "")>]
static member Prctl : int * int64 * int64 * int64 * int64 -> int

Parametri

option
Int32
arg2
Int64
arg3
Int64
arg4
Int64
arg5
Int64

Valori restituiti

Attributi

Eccezioni

Commenti

Vedere prctl(2).

per android.system.Os.prctl(int, long, long, long, long).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a