Environment

Environment

package cs-system

Available on cs

Static variables

static read only CommandLine:String

static CurrentDirectory:String

static ExitCode:Int

static read only HasShutdownStarted:Bool

static read only MachineName:String

static read only NewLine:String

static read only OSVersion:OperatingSystem

static read only ProcessorCount:Int

static read only StackTrace:String

static read only SystemDirectory:String

static read only TickCount:Int

static read only UserDomainName:String

static read only UserInteractive:Bool

static read only UserName:String

static read only Version:Version

static read only WorkingSet:Int64

Static methods

static Exit (exitCode:Int):Void

static ExpandEnvironmentVariables (name:String):String

static FailFast (message:String):Void

static GetCommandLineArgs ():NativeArray<String>

static GetEnvironmentVariable (variable:String):String

static GetEnvironmentVariable (variable:String, target:EnvironmentVariableTarget):String

static GetEnvironmentVariables ():IDictionary

static GetEnvironmentVariables (target:EnvironmentVariableTarget):IDictionary

static GetFolderPath (folder:Environment_SpecialFolder):String

static GetLogicalDrives ():NativeArray<String>

static SetEnvironmentVariable (variable:String, value:String):Void

static SetEnvironmentVariable (variable:String, value:String, target:EnvironmentVariableTarget):Void

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Environment.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部