Delegate.GetMethodImpl Yöntem

Tanım

Geçerli temsilci tarafından temsil edilen yöntemi alır.

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

Döndürülenler

MethodInfo Geçerli temsilci tarafından temsil edilen yöntemi açıklayan.

Özel durumlar

Arayanın (örneğin, yöntem özel ise) temsilci tarafından temsil edilen yönteme erişimi yok.

Açıklamalar

Bu yöntem özelliğini uygular Method .

Şunlara uygulanır

Ayrıca bkz.