runtime property

CliRuntime get runtime

Access process and platform runtime information.

Provides access to:

  • Directory.current (the actual process working directory)
  • Platform information (OS, version, etc.)
  • Process information (pid, executable, etc.)

See CliRuntime for full details.

Implementation

CliRuntime get runtime;