ApplicationLaunchCommand - конструктор
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IApplicationCatalog
-
The catalog.
- package ApplicationPackage
-
The package.
- commandLine String (Optional)
-
The command Line.
- monitor IInstallationProcessMonitor (Optional)
-
The monitor.