Click or drag to resize

AppFacadeLauncherArguments Property

An array with command line arguments to be sent to the LauncherExecutable by the launcher. The last entry in this array must be %* if additional arguments shell be passed from the launcher to the executable. This is also necessary for drag-and-drop of files onto the launcher to work.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string[] LauncherArguments { get; }

Property Value

Type: String
See Also