CommandPackageWebApp - метод

Definition

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

См. также