Для изменения размера нажмите или перетащите

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

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

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

Параметры

catalog
Тип: Tessa.ApplicationsIApplicationCatalog
The catalog.
package
Тип: Tessa.Applications.PackageApplicationPackage
The package.
commandLine (Optional)
Тип: SystemString
The command Line.
monitor (Optional)
Тип: Tessa.Applications.SynchronizationIInstallationProcessMonitor
The monitor.
См. также