Os.Prctl(Int32, Int64, Int64, Int64, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See 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
Parameters
- option
- Int32
- arg2
- Int64
- arg3
- Int64
- arg4
- Int64
- arg5
- Int64
Returns
- Attributes
Exceptions
Remarks
See prctl(2).
Java documentation for android.system.Os.prctl(int, long, long, long, long)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.