Packagesystem
Classpublic class _Environment
Inheritance_Environment Inheritance Object

The internal Environment class.



Public Properties
 PropertyDefined By
  host : Host
[read-only] Returns the Host reference of the client application.
_Environment
  newLine : String
[read-only] Returns the new line string value in the current environment.
_Environment
  os : OperatingSystem
[read-only] Returns the os OperatingSystem value of the current client application.
_Environment
Public Methods
 MethodDefined By
  
Creates a new _Environment instance.
_Environment
Property Detail
hostproperty
host:Host  [read-only]

Returns the Host reference of the client application.


Implementation
    public function get host():Host
newLineproperty 
newLine:String  [read-only]

Returns the new line string value in the current environment.


Implementation
    public function get newLine():String
osproperty 
os:OperatingSystem  [read-only]

Returns the os OperatingSystem value of the current client application.


Implementation
    public function get os():OperatingSystem
Constructor Detail
_Environment()Constructor
public function _Environment()

Creates a new _Environment instance.