Partager via


Reflect.InvokeMethod Méthode

Définition

Surcharges

InvokeMethod(MethodInfo, Object)

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

Paramètres

method
MethodInfo
fixture
Object

Retours

S’applique à

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

Paramètres

method
MethodInfo
fixture
Object
args
Object[]

Retours

S’applique à