編集

次の方法で共有


CommandLine.InvokeMethod Method

Definition

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

Parameters

args
String[]
method
MethodInfo
xmlDocsFilePath
String
target
Object
standardOutput
TextWriter
standardError
TextWriter

Returns

Applies to