TypeDelegator.GetEvents メソッド

定義

現在の TypeDelegator で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。

オーバーロード

GetEvents(BindingFlags)

現在の TypeDelegator で宣言または継承されている bindingAttr で指定されたイベントを返します。

GetEvents()

現在の TypeDelegator で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。

GetEvents(BindingFlags)

ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs

現在の TypeDelegator で宣言または継承されている bindingAttr で指定されたイベントを返します。

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

パラメーター

bindingAttr
BindingFlags

検索の実行方法に影響を与えるビットマスク。 この値は、BindingFlags の 0 個以上のビット フラグの組み合わせです。

戻り値

bindingAttr で指定されたイベントを格納している EventInfo 型の配列。 イベントがない場合は、空の配列が返されます。

適用対象

GetEvents()

ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs

現在の TypeDelegator で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。

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

戻り値

現在の型で宣言または継承されているすべてのイベントを格納する配列。 イベントがない場合は、空の配列が返されます。

適用対象