次の方法で共有


Os.Prctl(Int32, Int64, Int64, Int64, Int64) メソッド

定義

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

パラメーター

option
Int32
arg2
Int64
arg3
Int64
arg4
Int64
arg5
Int64

戻り値

属性

例外

注釈

prctl(2)を参照してください。

の Java ドキュメント android.system.Os.prctl(int, long, long, long, long)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象