MethodInvoker.Create(MethodBase) Méthode

Définition

Crée une instance de MethodInvoker.

public:
 static System::Reflection::MethodInvoker ^ Create(System::Reflection::MethodBase ^ method);
public static System.Reflection.MethodInvoker Create(System.Reflection.MethodBase method);
static member Create : System.Reflection.MethodBase -> System.Reflection.MethodInvoker
Public Shared Function Create (method As MethodBase) As MethodInvoker

Paramètres

method
MethodBase

Méthode qui sera appelée.

Retours

Nouvelle instance.

Exceptions

Ce method n’est pas une méthode basée sur le runtime.

Remarques

Pour les performances, l’instance résultante doit être mise en cache pour des appels supplémentaires.

S’applique à