haXe API Documentation
Back | Index
extern class cs.system.Environment
Available in cs
Warning: This class definition is incomplete. In order to get most current extern definitions, install/update hxcs library with: haxelib install hxcs Please refer to http://lib.haxe.org/p/hxcs for more information.
static var NewLine(default,null) : String
static var OSVersion(default,null) : OperatingSystem
static var TickCount(default,null) : Int
static function Exit(code : Int) : Void
static function GetCommandLineArgs() : cs.NativeArray<String>
static function GetEnvironmentVariable(k : String) : String
static function GetEnvironmentVariables() : cs.system.collections.IDictionary
static function SetEnvironmentVariable(k : String, v : String) : Void
Back | Index