| Package | system.hosts |
| Class | public class PlatformID |
| Inheritance | PlatformID Enum Object |
| Method | Defined By | ||
|---|---|---|---|
PlatformID(value:int, name:String)
Creates a new PlatformID instance. | PlatformID | ||
![]() | toSource(indent:int = 0):String
Returns the source code String representation of the object. | Enum | |
![]() | toString():String
Returns the String representation of the object. | Enum | |
![]() | valueOf():int
Returns the primitive value of the object. | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| Arm : PlatformID [static]
The 'Arm' plateform id. | PlatformID | ||
| Macintosh : PlatformID [static]
The 'Macintosh' plateform id. | PlatformID | ||
| Unix : PlatformID [static]
The 'Unix' plateform id. | PlatformID | ||
| Unknown : PlatformID [static]
The 'Unknown' plateform id. | PlatformID | ||
| Web : PlatformID [static]
The 'Web' plateform id. | PlatformID | ||
| Windows : PlatformID [static]
The 'Windows' plateform id. | PlatformID | ||
| PlatformID | () | Constructor |
public function PlatformID(value:int, name:String)Creates a new PlatformID instance.
Parametersvalue:int — The value of the enumeration.
| |
name:String — The name key of the enumeration.
|
| Arm | Constant |
public static const Arm:PlatformIDThe 'Arm' plateform id.
| Macintosh | Constant |
public static const Macintosh:PlatformIDThe 'Macintosh' plateform id.
| Unix | Constant |
public static const Unix:PlatformIDThe 'Unix' plateform id.
| Unknown | Constant |
public static const Unknown:PlatformIDThe 'Unknown' plateform id.
| Web | Constant |
public static const Web:PlatformIDThe 'Web' plateform id.
| Windows | Constant |
public static const Windows:PlatformIDThe 'Windows' plateform id.