Delegate.GetMethodImpl Metoda

Definicja

Pobiera metodę reprezentowaną przez bieżącego delegata.

protected:
 virtual System::Reflection::MethodInfo ^ GetMethodImpl();
protected virtual System.Reflection.MethodInfo GetMethodImpl ();
abstract member GetMethodImpl : unit -> System.Reflection.MethodInfo
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overridable Function GetMethodImpl () As MethodInfo

Zwraca

Opis MethodInfo metody reprezentowanej przez bieżącego delegata.

Wyjątki

Obiekt wywołujący nie ma dostępu do metody reprezentowanej przez delegata (na przykład jeśli metoda jest prywatna).

Uwagi

Ta metoda implementuje Method właściwość .

Dotyczy

Zobacz też