ApplicationLaunchCommand - конструктор |
Пространство имён:
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
)
Public Sub New (
<NotNullAttribute> catalog As IApplicationCatalog,
<NotNullAttribute> package As ApplicationPackage,
<CanBeNullAttribute> Optional commandLine As String() = Nothing,
<CanBeNullAttribute> Optional monitor As IInstallationProcessMonitor = Nothing
)
public:
ApplicationLaunchCommand(
[NotNullAttribute] IApplicationCatalog^ catalog,
[NotNullAttribute] ApplicationPackage^ package,
[CanBeNullAttribute] array<String^>^ commandLine = nullptr,
[CanBeNullAttribute] IInstallationProcessMonitor^ monitor = nullptr
)
new :
[<NotNullAttribute>] catalog : IApplicationCatalog *
[<NotNullAttribute>] package : ApplicationPackage *
[<CanBeNullAttribute>] ?commandLine : string[] *
[<CanBeNullAttribute>] ?monitor : IInstallationProcessMonitor
(* Defaults:
let _commandLine = defaultArg commandLine null
let _monitor = defaultArg monitor null
*)
-> ApplicationLaunchCommand
Параметры
- catalog
- Тип: Tessa.ApplicationsIApplicationCatalog
The catalog.
- package
- Тип: Tessa.Applications.PackageApplicationPackage
The package.
- commandLine (Optional)
- Тип: SystemString
The command Line.
- monitor (Optional)
- Тип: Tessa.Applications.SynchronizationIInstallationProcessMonitor
The monitor.
См. также