Java.Lang.Runtime.AvailableProcessors Method
Returns the number of processor cores available to the VM, at least 1.

Syntax

[Android.Runtime.Register("availableProcessors", "()I", "GetAvailableProcessorsHandler")]
public virtual int AvailableProcessors ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of processor cores available to the VM, at least 1. Traditionally this returned the number currently online, but many mobile devices are able to take unused cores offline to save power, so releases newer than Android 4.2 (Jelly Bean) return the maximum number of cores that could be made available if there were no power or heat constraints.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1