TypeDelegator.GetEvents 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 TypeDelegator
에 의해 선언되거나 상속되는 모든 공용 이벤트를 나타내는 EventInfo 개체의 배열을 반환합니다.
오버로드
GetEvents(BindingFlags) |
현재 |
GetEvents() |
현재 |
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()
반환
현재 형식에 의해 선언되거나 상속되는 모든 이벤트를 포함하는 배열입니다. 이러한 이벤트가 없으면 빈 배열이 반환됩니다.
적용 대상
.NET