TypeBuilder.GetEvent(String, BindingFlags) Metoda

Definice

Vrátí událost se zadaným názvem.

public:
 override System::Reflection::EventInfo ^ GetEvent(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.EventInfo? GetEvent (string name, System.Reflection.BindingFlags bindingAttr);
public override System.Reflection.EventInfo GetEvent (string name, System.Reflection.BindingFlags bindingAttr);
override this.GetEvent : string * System.Reflection.BindingFlags -> System.Reflection.EventInfo
Public Overrides Function GetEvent (name As String, bindingAttr As BindingFlags) As EventInfo

Parametry

name
String

Název události, která se má vyhledat.

bindingAttr
BindingFlags

Bitové kombinace BindingFlags hodnot, které omezují vyhledávání.

Návraty

Objekt EventInfo představující událost deklarovanou nebo zděděnou tímto typem se zadaným názvem nebo null pokud neexistují žádné shody.

Výjimky

Tato metoda není implementována pro neúplné typy.

Poznámky

Načtěte typ pomocí Type.GetType nebo Assembly.GetType a použijte reflexi u načteného typu.

Platí pro