Share via


MethodInvoker.Create(MethodBase) Metodo

Definizione

Crea una nuova istanza di 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

Parametri

method
MethodBase

Metodo che verrà richiamato.

Restituisce

Nuova istanza.

Eccezioni

Non method è un metodo basato su runtime.

Commenti

Per le prestazioni, l'istanza risultante deve essere memorizzata nella cache per chiamate aggiuntive.

Si applica a