Bagikan melalui


MethodInvoker.Create(MethodBase) Metode

Definisi

Membuat instans baru .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

Parameter

method
MethodBase

Metode yang akan dipanggil.

Mengembalikan

Instans baru.

Pengecualian

method ini bukan metode berbasis runtime.

Keterangan

Untuk performa, instans yang dihasilkan harus di-cache untuk panggilan tambahan.

Berlaku untuk