Os.Sysconf(Int32) Method

Definition

See sysconf(3).

[Android.Runtime.Register("sysconf", "(I)J", "")]
public static long Sysconf (int name);
[<Android.Runtime.Register("sysconf", "(I)J", "")>]
static member Sysconf : int -> int64

Parameters

name
Int32

Returns

Attributes

Remarks

See sysconf(3).

Java documentation for android.system.Os.sysconf(int).

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