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

OperationExecuteAsync - метод

Пространство имён:  Tessa.Extensions.Default.Console.PackageApp
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
public static Task<int> ExecuteAsync(
	IConsoleLogger logger,
	string exePath,
	string outputPath,
	string icoPath,
	string alias,
	string name,
	string group,
	string version,
	bool admin,
	bool client64Bit,
	bool appManagerApiV2,
	bool binaryMode
)

Параметры

logger
Тип: Tessa.Platform.ConsoleAppsIConsoleLogger
exePath
Тип: SystemString
outputPath
Тип: SystemString
icoPath
Тип: SystemString
alias
Тип: SystemString
name
Тип: SystemString
group
Тип: SystemString
version
Тип: SystemString
admin
Тип: SystemBoolean
client64Bit
Тип: SystemBoolean
appManagerApiV2
Тип: SystemBoolean
binaryMode
Тип: SystemBoolean

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

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