| Package | system.hosts |
| Class | public class OperatingSystem |
| Inheritance | OperatingSystem Object |
| Property | Defined By | ||
|---|---|---|---|
| platform : PlatformID [read-only]
Returns the platform id of this operating system. | OperatingSystem | ||
| signature : String [read-only]
Returns the signature of this operating system. | OperatingSystem | ||
| version : Version [read-only]
Returns the version of this operating system. | OperatingSystem | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new OperatingSystem instance. | OperatingSystem | ||
toString():String
Returns the String representation of the object. | OperatingSystem | ||
| platform | property |
platform:PlatformID [read-only] Returns the platform id of this operating system.
public function get platform():PlatformID| signature | property |
signature:String [read-only] Returns the signature of this operating system.
public function get signature():String| version | property |
version:Version [read-only] Returns the version of this operating system.
public function get version():Version| OperatingSystem | () | Constructor |
public function OperatingSystem(platform:PlatformID, version:Version, signature:String)Creates a new OperatingSystem instance.
Parametersplatform:PlatformID — The PlatformID of the application operating system.
| |
version:Version — The Version of the application operating system.
| |
signature:String |
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|