編輯

共用方式為


CommandLine.InvokeMethod Method

Definition

public static int InvokeMethod(string[] args, System.Reflection.MethodInfo method, string xmlDocsFilePath = default, object target = default, System.CommandLine.IConsole console = default);
static member InvokeMethod : string[] * System.Reflection.MethodInfo * string * obj * System.CommandLine.IConsole -> int
Public Function InvokeMethod (args As String(), method As MethodInfo, Optional xmlDocsFilePath As String = Nothing, Optional target As Object = Nothing, Optional console As IConsole = Nothing) As Integer

Parameters

args
String[]
method
MethodInfo
xmlDocsFilePath
String
target
Object
console
IConsole

Returns

Applies to