Freigeben über


Reflect.InvokeMethod Methode

Definition

Überlädt

InvokeMethod(MethodInfo, Object)
InvokeMethod(MethodInfo, Object, Object[])

InvokeMethod(MethodInfo, Object)

public static object InvokeMethod (System.Reflection.MethodInfo method, object fixture);
static member InvokeMethod : System.Reflection.MethodInfo * obj -> obj

Parameter

method
MethodInfo
fixture
Object

Gibt zurück

Gilt für:

InvokeMethod(MethodInfo, Object, Object[])

public static object InvokeMethod (System.Reflection.MethodInfo method, object fixture, params object[] args);
static member InvokeMethod : System.Reflection.MethodInfo * obj * obj[] -> obj

Parameter

method
MethodInfo
fixture
Object
args
Object[]

Gibt zurück

Gilt für: