TypeInfo.GetEvents メソッド

定義

オーバーロード

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()

戻り値

適用対象

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()

パラメーター

bindingAttr
BindingFlags

戻り値

適用対象