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

CommandSchemeUpdate - метод

Пространство имён:  Tessa.Extensions.Default.Console.SchemeUpdate
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("SchemeUpdate")]
[LocalizableDescriptionAttribute("Common_CLI_Scheme_Update")]
public static Task SchemeUpdate(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_Scheme_X_Source")] string source,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
source
Тип: SystemString
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

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

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