Os.Munlock(Int64, Int64) Method

Definition

See munlock(2).

[Android.Runtime.Register("munlock", "(JJ)V", "")]
public static void Munlock (long address, long byteCount);
[<Android.Runtime.Register("munlock", "(JJ)V", "")>]
static member Munlock : int64 * int64 -> unit

Parameters

address
Int64
byteCount
Int64
Attributes

Exceptions

Remarks

See munlock(2).

Java documentation for android.system.Os.munlock(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.

Applies to