Os.Mincore(Int64, Int64, Byte[]) Method

Definition

See mincore(2).

[Android.Runtime.Register("mincore", "(JJ[B)V", "")]
public static void Mincore (long address, long byteCount, byte[]? vector);
[<Android.Runtime.Register("mincore", "(JJ[B)V", "")>]
static member Mincore : int64 * int64 * byte[] -> unit

Parameters

address
Int64
byteCount
Int64
vector
Byte[]
Attributes

Exceptions

Remarks

See mincore(2).

Java documentation for android.system.Os.mincore(long, long, byte[]).

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.

Applies to