Packagesystem.hosts
Classpublic class PlatformID
InheritancePlatformID Inheritance Enum Inheritance Object

This enumeration defines the sort of plateforms used in your application.



Public Methods
 MethodDefined By
  
PlatformID(value:int, name:String)
Creates a new PlatformID instance.
PlatformID
 Inherited
toSource(indent:int = 0):String
Returns the source code String representation of the object.
Enum
 Inherited
toString():String
Returns the String representation of the object.
Enum
 Inherited
valueOf():int
Returns the primitive value of the object.
Enum
Public Constants
 ConstantDefined 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
Constructor Detail
PlatformID()Constructor
public function PlatformID(value:int, name:String)

Creates a new PlatformID instance.

Parameters
value:int — The value of the enumeration.
 
name:String — The name key of the enumeration.
Constant Detail
ArmConstant
public static const Arm:PlatformID

The 'Arm' plateform id.

MacintoshConstant 
public static const Macintosh:PlatformID

The 'Macintosh' plateform id.

UnixConstant 
public static const Unix:PlatformID

The 'Unix' plateform id.

UnknownConstant 
public static const Unknown:PlatformID

The 'Unknown' plateform id.

WebConstant 
public static const Web:PlatformID

The 'Web' plateform id.

WindowsConstant 
public static const Windows:PlatformID

The 'Windows' plateform id.