CommandPackageWebApp - метод
Пространство имён: Tessa.Extensions.Default.Console.PackageWebAppСборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.6.0.22
[VerbAttribute("PackageWebApp")]
[LocalizableDescriptionAttribute("Common_CLI_PackageWebApp")]
public static Task PackageWebApp(
[OutputAttribute] TextWriter stdOut,
[ErrorAttribute] TextWriter stdErr,
[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_WebAppSourceExecutable")] string executable,
[ArgumentAttribute("out")][LocalizableDescriptionAttribute("Common_CLI_WebAppOutputPackage")] string jcardFile = null,
[ArgumentAttribute("n")][LocalizableDescriptionAttribute("Common_CLI_WebAppName")] string name = null,
[ArgumentAttribute("v")][LocalizableDescriptionAttribute("Common_CLI_WebAppVersion")] string version = null,
[ArgumentAttribute("d")][LocalizableDescriptionAttribute("Common_CLI_WebAppDescription")] string description = null,
[ArgumentAttribute("lang")][LocalizableDescriptionAttribute("Common_CLI_WebAppLanguageCode")] string languageCode = null,
[ArgumentAttribute("os")][LocalizableDescriptionAttribute("Common_CLI_WebAppOSName")] string operatingSystem = null,
[ArgumentAttribute("64bit")][LocalizableDescriptionAttribute("Common_CLI_Client64Bit")] bool client64Bit = false,
[ArgumentAttribute("b")][LocalizableDescriptionAttribute("Common_CLI_WebAppBinaryMode")] bool binaryMode = false,
[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)
<VerbAttribute("PackageWebApp")>
<LocalizableDescriptionAttribute("Common_CLI_PackageWebApp")>
Public Shared Function PackageWebApp (
<OutputAttribute> stdOut As TextWriter,
<ErrorAttribute> stdErr As TextWriter,
<ArgumentAttribute><LocalizableDescriptionAttribute("Common_CLI_WebAppSourceExecutable")> executable As String,
<ArgumentAttribute("out")><LocalizableDescriptionAttribute("Common_CLI_WebAppOutputPackage")> Optional jcardFile As String = Nothing,
<ArgumentAttribute("n")><LocalizableDescriptionAttribute("Common_CLI_WebAppName")> Optional name As String = Nothing,
<ArgumentAttribute("v")><LocalizableDescriptionAttribute("Common_CLI_WebAppVersion")> Optional version As String = Nothing,
<ArgumentAttribute("d")><LocalizableDescriptionAttribute("Common_CLI_WebAppDescription")> Optional description As String = Nothing,
<ArgumentAttribute("lang")><LocalizableDescriptionAttribute("Common_CLI_WebAppLanguageCode")> Optional languageCode As String = Nothing,
<ArgumentAttribute("os")><LocalizableDescriptionAttribute("Common_CLI_WebAppOSName")> Optional operatingSystem As String = Nothing,
<ArgumentAttribute("64bit")><LocalizableDescriptionAttribute("Common_CLI_Client64Bit")> Optional client64Bit As Boolean = false,
<ArgumentAttribute("b")><LocalizableDescriptionAttribute("Common_CLI_WebAppBinaryMode")> Optional binaryMode As Boolean = false,
<ArgumentAttribute("q")><LocalizableDescriptionAttribute("Common_CLI_Quiet")> Optional quiet As Boolean = false,
<ArgumentAttribute("nologo")><LocalizableDescriptionAttribute("CLI_NoLogo")> Optional nologo As Boolean = false
) As Task
public:
[VerbAttribute(L"PackageWebApp")]
[LocalizableDescriptionAttribute(L"Common_CLI_PackageWebApp")]
static Task^ PackageWebApp(
[OutputAttribute] TextWriter^ stdOut,
[ErrorAttribute] TextWriter^ stdErr,
[ArgumentAttribute][LocalizableDescriptionAttribute(L"Common_CLI_WebAppSourceExecutable")] String^ executable,
[ArgumentAttribute(L"out")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppOutputPackage")] String^ jcardFile = nullptr,
[ArgumentAttribute(L"n")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppName")] String^ name = nullptr,
[ArgumentAttribute(L"v")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppVersion")] String^ version = nullptr,
[ArgumentAttribute(L"d")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppDescription")] String^ description = nullptr,
[ArgumentAttribute(L"lang")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppLanguageCode")] String^ languageCode = nullptr,
[ArgumentAttribute(L"os")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppOSName")] String^ operatingSystem = nullptr,
[ArgumentAttribute(L"64bit")][LocalizableDescriptionAttribute(L"Common_CLI_Client64Bit")] bool client64Bit = false,
[ArgumentAttribute(L"b")][LocalizableDescriptionAttribute(L"Common_CLI_WebAppBinaryMode")] bool binaryMode = false,
[ArgumentAttribute(L"q")][LocalizableDescriptionAttribute(L"Common_CLI_Quiet")] bool quiet = false,
[ArgumentAttribute(L"nologo")][LocalizableDescriptionAttribute(L"CLI_NoLogo")] bool nologo = false
)
[<VerbAttribute("PackageWebApp")>]
[<LocalizableDescriptionAttribute("Common_CLI_PackageWebApp")>]
static member PackageWebApp :
[<OutputAttribute>] stdOut : TextWriter *
[<ErrorAttribute>] stdErr : TextWriter *
[<ArgumentAttribute>][<LocalizableDescriptionAttribute("Common_CLI_WebAppSourceExecutable")>] executable : string *
[<ArgumentAttribute("out")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppOutputPackage")>] ?jcardFile : string *
[<ArgumentAttribute("n")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppName")>] ?name : string *
[<ArgumentAttribute("v")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppVersion")>] ?version : string *
[<ArgumentAttribute("d")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppDescription")>] ?description : string *
[<ArgumentAttribute("lang")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppLanguageCode")>] ?languageCode : string *
[<ArgumentAttribute("os")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppOSName")>] ?operatingSystem : string *
[<ArgumentAttribute("64bit")>][<LocalizableDescriptionAttribute("Common_CLI_Client64Bit")>] ?client64Bit : bool *
[<ArgumentAttribute("b")>][<LocalizableDescriptionAttribute("Common_CLI_WebAppBinaryMode")>] ?binaryMode : bool *
[<ArgumentAttribute("q")>][<LocalizableDescriptionAttribute("Common_CLI_Quiet")>] ?quiet : bool *
[<ArgumentAttribute("nologo")>][<LocalizableDescriptionAttribute("CLI_NoLogo")>] ?nologo : bool
(* Defaults:
let _jcardFile = defaultArg jcardFile null
let _name = defaultArg name null
let _version = defaultArg version null
let _description = defaultArg description null
let _languageCode = defaultArg languageCode null
let _operatingSystem = defaultArg operatingSystem null
let _client64Bit = defaultArg client64Bit false
let _binaryMode = defaultArg binaryMode false
let _quiet = defaultArg quiet false
let _nologo = defaultArg nologo false
*)
-> Task
- stdOut TextWriter
-
- stdErr TextWriter
-
- executable String
-
- jcardFile String (Optional)
-
- name String (Optional)
-
- version String (Optional)
-
- description String (Optional)
-
- languageCode String (Optional)
-
- operatingSystem String (Optional)
-
- client64Bit Boolean (Optional)
-
- binaryMode Boolean (Optional)
-
- quiet Boolean (Optional)
-
- nologo Boolean (Optional)
-
Task