Uses of Class
omix.util.SystemInfo.Architecture
Package | Description |
---|---|
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of SystemInfo.Architecture in omix.util
Methods in omix.util that return SystemInfo.Architecture Modifier and Type Method Description static SystemInfo.Architecture
SystemInfo. arch()
This method returns the processor architecture of the current platform.static SystemInfo.Architecture
SystemInfo.Architecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemInfo.Architecture[]
SystemInfo.Architecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.