| 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; }
Public ReadOnly Property LauncherArguments As String()
Get
Property Value
Type:
StringSee Also