Partager via


Os.Prctl(Int32, Int64, Int64, Int64, Int64) Méthode

Définition

Voir 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

Paramètres

option
Int32
arg2
Int64
arg3
Int64
arg4
Int64
arg5
Int64

Retours

Attributs

Exceptions

Remarques

Voir prctl(2).

Documentation Java pour android.system.Os.prctl(int, long, long, long, long).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à