HelpContext(HelpBuilder, Command, TextWriter, ParseResult) コンストラクター

定義

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)

パラメーター

helpBuilder
HelpBuilder

現在のヘルプ ビルダー。

command
Command

ヘルプが書式設定されているコマンド。

output
TextWriter

出力を書き込むテキスト ライター。

parseResult
ParseResult

現在の解析操作の結果。

適用対象