CommandLine.ConfigureRootCommandFromMethod 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 static System.CommandLine.CommandLineConfiguration ConfigureRootCommandFromMethod(this System.CommandLine.CommandLineConfiguration builder, System.Reflection.MethodInfo method, object target = default);
static member ConfigureRootCommandFromMethod : System.CommandLine.CommandLineConfiguration * System.Reflection.MethodInfo * obj -> System.CommandLine.CommandLineConfiguration
<Extension()>
Public Function ConfigureRootCommandFromMethod (builder As CommandLineConfiguration, method As MethodInfo, Optional target As Object = Nothing) As CommandLineConfiguration
Parameters
- builder
- CommandLineConfiguration
- method
- MethodInfo
- target
- Object