TypeDelegator.GetEvents 메서드

정의

현재 TypeDelegator에 의해 선언되거나 상속되는 모든 공용 이벤트를 나타내는 EventInfo 개체의 배열을 반환합니다.

오버로드

GetEvents(BindingFlags)

현재 TypeDelegator에 의해 선언되거나 상속되는 bindingAttr로 지정한 지정된 이벤트를 반환합니다.

GetEvents()

현재 TypeDelegator에 의해 선언되거나 상속되는 모든 공용 이벤트를 나타내는 EventInfo 개체의 배열을 반환합니다.

GetEvents(BindingFlags)

Source:
TypeDelegator.cs
Source:
TypeDelegator.cs
Source:
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

검색 수행 방법에 영향을 주는 비트 마스크입니다. 이 값은 0이나 BindingFlags의 여러 비트 플래그의 조합으로 구성됩니다.

반환

bindingAttr에 지정된 이벤트가 포함된 형식 EventInfo의 배열입니다. 이러한 이벤트가 없으면 빈 배열이 반환됩니다.

적용 대상

GetEvents()

Source:
TypeDelegator.cs
Source:
TypeDelegator.cs
Source:
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()

반환

현재 형식에 의해 선언되거나 상속되는 모든 이벤트를 포함하는 배열입니다. 이러한 이벤트가 없으면 빈 배열이 반환됩니다.

적용 대상