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

CommandSetKey - метод

Пространство имён:  Tessa.Extensions.Default.Console.SetKey
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
[VerbAttribute("SetKey")]
[LocalizableDescriptionAttribute("Common_CLI_SetKey")]
public static Task SetKey(
	[InputAttribute] TextReader input,
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_KeyType")] KeyType key,
	[ArgumentAttribute("path")][LocalizableDescriptionAttribute("Common_CLI_KeyFolderOrFile")] string folderOrFile,
	[ArgumentAttribute("value")][LocalizableDescriptionAttribute("Common_CLI_KeyValue")] string value = null,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

input
Тип: System.IOTextReader
stdOut
Тип: System.IOTextWriter
stdErr
Тип: System.IOTextWriter
key
Тип: Tessa.Extensions.Default.Console.GetKeyKeyType
folderOrFile
Тип: SystemString
value (Optional)
Тип: SystemString
quiet (Optional)
Тип: SystemBoolean
nologo (Optional)
Тип: SystemBoolean

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

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