Click or drag to resize

VirtualRAMSwapPolicy Class

Enum defines the swap size for Virtual RAM feature through the property .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.VirtualRAMSwapPolicy

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VirtualRAMSwapPolicy : Enum

The VirtualRAMSwapPolicy type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertySwap1gb
To be added.
Public propertySwap2gb
To be added.
Public propertySwap3gb
To be added.
Public propertySwap4gb
To be added.
Public propertySwap512mb
To be added.
Public propertySwapDisabled
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding VirtualRAMSwapPolicy value, from a valid integer.
Public methodToInt
Converts the VirtualRAMSwapPolicy enum to its integer representing value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum VirtualRAMSwapPolicy defines the swap size for Virtual RAM feature through the property PropertyID.VIRTUAL_RAM_SWAP_POLICY.

[Android Documentation]

See Also