Aracılığıyla paylaş


HelpContext(HelpBuilder, Command, TextWriter, ParseResult) Oluşturucu

Tanım

public HelpContext (System.CommandLine.Help.HelpBuilder helpBuilder, System.CommandLine.Command command, System.IO.TextWriter output, System.CommandLine.Parsing.ParseResult? parseResult = default);
new System.CommandLine.Help.HelpContext : System.CommandLine.Help.HelpBuilder * System.CommandLine.Command * System.IO.TextWriter * System.CommandLine.Parsing.ParseResult -> System.CommandLine.Help.HelpContext
Public Sub New (helpBuilder As HelpBuilder, command As Command, output As TextWriter, Optional parseResult As ParseResult = Nothing)

Parametreler

helpBuilder
HelpBuilder

Geçerli yardım oluşturucu.

command
Command

Yardımın biçimlendirildiği komut.

output
TextWriter

Çıkış yazacak bir metin yazıcısı.

parseResult
ParseResult

Geçerli ayrıştırma işleminin sonucu.

Şunlara uygulanır