Condividi tramite


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

Restituisce

Attributi

Eccezioni

Commenti

Vedere prctl(2).

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a