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

CommandPackageWebApp - метод

Пространство имён:  Tessa.Extensions.Default.Console.PackageWebApp
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[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
)

Параметры

stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
executable
Тип: SystemString
jcardFile (Optional)
Тип: SystemString
name (Optional)
Тип: SystemString
version (Optional)
Тип: SystemString
description (Optional)
Тип: SystemString
languageCode (Optional)
Тип: SystemString
operatingSystem (Optional)
Тип: SystemString
client64Bit (Optional)
Тип: SystemBoolean
binaryMode (Optional)
Тип: SystemBoolean
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

Возвращаемое значение

Тип: Task
См. также