SynchronousCommandLineAction.Invoke(ParseResult) メソッド

定義

コマンド ラインで関連付けられているシンボルが呼び出されたときにアクションを実行します。

public:
 abstract int Invoke(System::CommandLine::ParseResult ^ parseResult);
public abstract int Invoke(System.CommandLine.ParseResult parseResult);
abstract member Invoke : System.CommandLine.ParseResult -> int
Public MustOverride Function Invoke (parseResult As ParseResult) As Integer

パラメーター

parseResult
ParseResult

解析結果を提供します。

返品

プロセスの終了コードとして使用できる値。

適用対象