ApplicationLaunchCommand - конструктор

Initializes a new instance of the ApplicationLaunchCommand class. Инициализирует новый экземпляр класса Object.

Definition

Пространство имён: Tessa.UI.AppManager
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ApplicationLaunchCommand(
	[NotNullAttribute] IApplicationCatalog catalog,
	[NotNullAttribute] ApplicationPackage package,
	[CanBeNullAttribute] string[] commandLine = null,
	[CanBeNullAttribute] IInstallationProcessMonitor monitor = null
)

Параметры

catalog  IApplicationCatalog
The catalog.
package  ApplicationPackage
The package.
commandLine  String  (Optional)
The command Line.
monitor  IInstallationProcessMonitor  (Optional)
The monitor.

См. также