次の方法で共有


InvocationContext(ParseResult, IConsole) コンストラクター

定義

public InvocationContext (System.CommandLine.Parsing.ParseResult parseResult, System.CommandLine.IConsole? console = default);
new System.CommandLine.Invocation.InvocationContext : System.CommandLine.Parsing.ParseResult * System.CommandLine.IConsole -> System.CommandLine.Invocation.InvocationContext
Public Sub New (parseResult As ParseResult, Optional console As IConsole = Nothing)

パラメーター

parseResult
ParseResult

現在の解析操作の結果。

console
IConsole

出力の書き込み先となるコンソール。

適用対象