現在の TypeDelegator で宣言または継承されているすべてのパブリック イベントを表す EventInfo オブジェクトの配列を返します。
Overrides Overloads Public Function GetEvents() As EventInfo()
[C#]
public override EventInfo[] GetEvents();
[C++]
public: EventInfo* GetEvents() [];
[JScript]
public override function GetEvents() : EventInfo[];
戻り値
現在の型で宣言または継承されているすべてのイベントを格納している EventInfo 型の配列を返します。イベントがない場合は、空の配列が返されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | TypeDelegator.GetEvents オーバーロードの一覧