TypeInfo.GetEvents Metodo

Definizione

Overload

GetEvents()
GetEvents(BindingFlags)

GetEvents()

public:
 virtual cli::array <System::Reflection::EventInfo ^> ^ GetEvents();
public virtual System.Reflection.EventInfo[] GetEvents ();
abstract member GetEvents : unit -> System.Reflection.EventInfo[]
override this.GetEvents : unit -> System.Reflection.EventInfo[]
Public Overridable Function GetEvents () As EventInfo()

Restituisce

EventInfo[]

Si applica a

GetEvents(BindingFlags)

public:
 virtual cli::array <System::Reflection::EventInfo ^> ^ GetEvents(System::Reflection::BindingFlags bindingAttr);
public virtual System.Reflection.EventInfo[] GetEvents (System.Reflection.BindingFlags bindingAttr);
abstract member GetEvents : System.Reflection.BindingFlags -> System.Reflection.EventInfo[]
override this.GetEvents : System.Reflection.BindingFlags -> System.Reflection.EventInfo[]
Public Overridable Function GetEvents (bindingAttr As BindingFlags) As EventInfo()

Parametri

bindingAttr
BindingFlags

Restituisce

EventInfo[]

Si applica a