| Package | system |
| Class | public class _Environment |
| Inheritance | _Environment Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new _Environment instance. | _Environment | ||
| host | property |
host:Host [read-only] Returns the Host reference of the client application.
public function get host():Host| newLine | property |
newLine:String [read-only] Returns the new line string value in the current environment.
public function get newLine():String| os | property |
os:OperatingSystem [read-only] Returns the os OperatingSystem value of the current client application.
public function get os():OperatingSystem| _Environment | () | Constructor |
public function _Environment()Creates a new _Environment instance.