Represents the operating system on which the current process is running.
no subtypes hierarchy
| Attributes | |
fileSeparator | Source Codeshared String fileSeparatorThe character used on this platform to separate the folder/file elements of a path. |
name | Source Codeshared String nameReturns the name of the operating system this process
is running on: |
newline | Source Codeshared String newlineThe line ending character sequence on this platform. |
pathSeparator | Source Codeshared String pathSeparatorThe character used on this platform to use as a separator between several paths in a list of paths. |
string | Source Codeshared actual String stringA developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
version | Source Codeshared String versionReturns the version of the operating system this
process is running on or |
| Inherited Attributes |
Attributes inherited from: Object |