CommandSetKey - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.SetKey
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.6.0.22
C#
[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  TextReader
 
stdOut  TextWriter
 
stdErr  TextWriter
 
key  KeyType
 
folderOrFile  String
 
value  String  (Optional)
 
quiet  Boolean  (Optional)
 
nologo  Boolean  (Optional)
 

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

Task

См. также