Environment
extern class cs.system.EnvironmentAvailable in csWarning: 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() : NativeArray<String>
static function GetEnvironmentVariable( k : String ) : String
static function GetEnvironmentVariables() : IDictionary
static function SetEnvironmentVariable( k : String, v : String ) : Void
version #14607, modified 2012-07-16 12:22:21 by api
0 comment