| Property | Defined By | ||
|---|---|---|---|
| id : HostID [read-only]
Returns the id of the Host object. | Host | ||
| version : Version [read-only]
The version of this Host object. | Host | ||
| Method | Defined By | ||
|---|---|---|---|
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 | ||
| id | property |
id:HostID [read-only] Returns the id of the Host object.
public function get id():HostID| version | property |
version:Version [read-only] The version of this Host object.
public function get version():Version| Host | () | Constructor |
public function Host(id:HostID, version:Version)Creates a new Host instance.
Parametersid:HostID — The HostID of this host.
| |
version:Version — The Version of this host.
|
| isDebug | () | method |
public function isDebug():BooleanIndicates if the host of the application is a debugger.
ReturnsBoolean |
| toString | () | method |
public function toString():StringReturns the string representation of the object.
ReturnsString — the string representation of the object.
|