W3cubDocs

/Haxe C#

ProcessStartInfo

package cs.system.diagnostics

@:final@:libType@:csNative@:native("System.Diagnostics.ProcessStartInfo") Available on cs

Constructor

@:final @:overload new ()

@:final @:overload new (filename:String, arguments:String)

@:final @:overload new (filename:String)

Variables

Arguments:String

CreateNoWindow:Bool

Domain:String

read only EnvironmentVariables:StringDictionary

ErrorDialog:Bool

ErrorDialogParentHandle:IntPtr

FileName:String

LoadUserProfile:Bool

Password:SecureString

RedirectStandardError:Bool

RedirectStandardInput:Bool

RedirectStandardOutput:Bool

StandardErrorEncoding:Encoding

StandardOutputEncoding:Encoding

UseShellExecute:Bool

UserName:String

Verb:String

read only Verbs:NativeArray<String>

WindowStyle:ProcessWindowStyle

WorkingDirectory:String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/diagnostics/ProcessStartInfo.html