MulticastDelegate.GetMethodImpl Methode

Definition

Gibt eine Methode zurück, die von der aktuellen 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 dargestellt durch die aktuelle MulticastDelegate.

Hinweise

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

Gilt für: