Click or drag to resize

runstartApplication Method (String, String, Boolean, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pokrece fajl/aplikaciju

Namespace:  imbACE.Services.process
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static Process startApplication(
	string _path,
	string _lineArguments = "",
	bool UseSchellExecute = true,
	string workingDirectory = ""
)
Request Example View Source

Parameters

_path
Type: SystemString
_lineArguments (Optional)
Type: SystemString
UseSchellExecute (Optional)
Type: SystemBoolean
workingDirectory (Optional)
Type: SystemString

Return Value

Type: Process
See Also