CommandLine.ConfigureFromMethod(Command, MethodInfo, Object) Method

Definition

public static void ConfigureFromMethod(this System.CommandLine.Command command, System.Reflection.MethodInfo method, object target = default);
static member ConfigureFromMethod : System.CommandLine.Command * System.Reflection.MethodInfo * obj -> unit
<Extension()>
Public Sub ConfigureFromMethod (command As Command, method As MethodInfo, Optional target As Object = Nothing)

Parameters

command
Command
method
MethodInfo
target
Object

Applies to