SynchronousCommandLineAction.Invoke(ParseResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- parseResult
- ParseResult