Packagesystem.hosts
Classpublic class Host
InheritanceHost Inheritance Object

The Host class.



Public Properties
 PropertyDefined By
  id : HostID
[read-only] Returns the id of the Host object.
Host
  version : Version
[read-only] The version of this Host object.
Host
Public Methods
 MethodDefined By
  
Host(id:HostID, version:Version)
Creates a new Host instance.
Host
  
isDebug():Boolean
Indicates if the host of the application is a debugger.
Host
  
toString():String
Returns the string representation of the object.
Host
Property Detail
idproperty
id:HostID  [read-only]

Returns the id of the Host object.


Implementation
    public function get id():HostID
versionproperty 
version:Version  [read-only]

The version of this Host object.


Implementation
    public function get version():Version
Constructor Detail
Host()Constructor
public function Host(id:HostID, version:Version)

Creates a new Host instance.

Parameters
id:HostID — The HostID of this host.
 
version:Version — The Version of this host.
Method Detail
isDebug()method
public function isDebug():Boolean

Indicates if the host of the application is a debugger.

Returns
Boolean
toString()method 
public function toString():String

Returns the string representation of the object.

Returns
String — the string representation of the object.