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

CommandPackageApp - метод

Пространство имён:  Tessa.Extensions.Default.Console.PackageApp
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("PackageApp")]
[LocalizableDescriptionAttribute("Common_CLI_PackageApp")]
public static Task PackageApp(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_AppSourceExecutable")] string executable,
	[ArgumentAttribute("out")][LocalizableDescriptionAttribute("Common_CLI_AppOutputPackage")] string jcardFile = null,
	[ArgumentAttribute("ico")][LocalizableDescriptionAttribute("Common_CLI_AppIconFile")] string icon = null,
	[ArgumentAttribute("a")][LocalizableDescriptionAttribute("Common_CLI_AppAlias")] string alias = null,
	[ArgumentAttribute("n")][LocalizableDescriptionAttribute("Common_CLI_AppName")] string name = null,
	[ArgumentAttribute("g")][LocalizableDescriptionAttribute("Common_CLI_AppGroup")] string group = null,
	[ArgumentAttribute("v")][LocalizableDescriptionAttribute("Common_CLI_AppVersion")] string version = null,
	[ArgumentAttribute("admin")][LocalizableDescriptionAttribute("Common_CLI_AppAdmin")] bool admin = false,
	[ArgumentAttribute("64bit")][LocalizableDescriptionAttribute("Common_CLI_Client64Bit")] bool client64Bit = false,
	[ArgumentAttribute("api2")][LocalizableDescriptionAttribute("Common_CLI_AppManagerApiV2")] bool appManagerApiV2 = false,
	[ArgumentAttribute("b")][LocalizableDescriptionAttribute("Common_CLI_AppBinaryMode")] 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
icon (Optional)
Тип: SystemString
alias (Optional)
Тип: SystemString
name (Optional)
Тип: SystemString
group (Optional)
Тип: SystemString
version (Optional)
Тип: SystemString
admin (Optional)
Тип: SystemBoolean
client64Bit (Optional)
Тип: SystemBoolean
appManagerApiV2 (Optional)
Тип: SystemBoolean
binaryMode (Optional)
Тип: SystemBoolean
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

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

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