MulticastDelegate.GetMethodImpl Methode

Definition

Gibt eine Methode zurück, die durch die aktuelle MulticastDelegatedargestellt wird.

protected:
 override System::Reflection::MethodInfo ^ GetMethodImpl();
protected override System.Reflection.MethodInfo GetMethodImpl ();
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overrides Function GetMethodImpl () As MethodInfo

Gibt zurück

Eine Methode, die durch die aktuelle MulticastDelegatedargestellt wird.

Hinweise

Wenn das MulticastDelegate mehrere Methoden darstellt, wird nur eine Methode zurückgegeben.

Gilt für: