ParseResult.Invoke(InvocationConfiguration) 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.
Invokes the appropriate command handler for a parsed command line input.
public int Invoke(System.CommandLine.InvocationConfiguration? configuration = default);
member this.Invoke : System.CommandLine.InvocationConfiguration -> int
Public Function Invoke (Optional configuration As InvocationConfiguration = Nothing) As Integer
Parameters
- configuration
- InvocationConfiguration
The configuration used to define invocation behaviors.
Returns
A value that can be used as a process exit code.