Reflect.InvokeMethod Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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[]