다음을 통해 공유


EventDescriptor 멤버

이벤트에 대한 정보를 제공합니다.

다음 표에서는 EventDescriptor 형식에 의해 노출되는 멤버를 보여 줍니다.

Protected 생성자

  이름 설명
Protected method Supported by the .NET Compact Framework EventDescriptor 오버로드되었습니다. EventDescriptor 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Attributes  이 멤버에 대한 특성 컬렉션을 가져옵니다.(MemberDescriptor에서 상속됨)
Public property Category  CategoryAttribute에 지정된, 해당 멤버가 속해 있는 범주의 이름을 가져옵니다.(MemberDescriptor에서 상속됨)
Public property Supported by the .NET Compact Framework ComponentType 파생 클래스에서 재정의된 경우 이 이벤트가 바인딩된 구성 요소의 형식을 가져옵니다.
Public property Description  DescriptionAttribute에 지정된 멤버 설명을 가져옵니다.(MemberDescriptor에서 상속됨)
Public property DesignTimeOnly  DesignOnlyAttribute에 지정된, 이 멤버가 디자인 타임에만 설정되어야 하는지 여부를 가져옵니다.(MemberDescriptor에서 상속됨)
Public property Supported by the .NET Compact Framework DisplayName  속성 창 등의 창에 표시될 수 있는 이름을 가져옵니다.(MemberDescriptor에서 상속됨)
Public property Supported by the .NET Compact Framework EventType 파생 클래스에서 재정의된 경우 이벤트의 대리자 형식을 가져옵니다.
Public property IsBrowsable  BrowsableAttribute에 지정된, 해당 멤버를 찾아볼 수 있는지 여부를 나타내는 값을 가져옵니다.(MemberDescriptor에서 상속됨)
Public property Supported by the .NET Compact Framework IsMulticast 파생 클래스에서 재정의된 경우 이벤트 대리자가 멀티캐스트 대리자인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Name  해당 멤버의 이름을 가져옵니다.(MemberDescriptor에서 상속됨)

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework AttributeArray  특성 배열을 가져오거나 설정합니다.(MemberDescriptor에서 상속됨)
Protected property Supported by the .NET Compact Framework NameHashCode  GetHashCode에 지정된, 멤버 이름의 해시 코드를 가져옵니다.(MemberDescriptor에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework AddEventHandler 파생 클래스에서 재정의된 경우 이벤트를 구성 요소에 바인딩합니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 이 인스턴스를 지정된 개체와 비교하여 이 둘이 같은지 확인합니다. (MemberDescriptor에서 상속됨)
Public method Supported by the .NET Compact Framework GetHashCode  이 인스턴스에 대한 해시 코드를 반환합니다. (MemberDescriptor에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework RemoveEventHandler 파생 클래스에서 재정의된 경우 대리자가 구성 요소로부터 더 이상 이벤트를 받지 않도록 해당 구성 요소에서 대리자를 바인딩 해제합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework CreateAttributeCollection  생성자에 전달된 특성 배열을 사용하여 특성 컬렉션을 만듭니다. (MemberDescriptor에서 상속됨)
Protected method Supported by the .NET Compact Framework FillAttributes  파생 클래스에서 재정의된 경우, 상속하는 클래스의 특성을 부모 클래스에 있는 지정된 특성 목록에 추가합니다. (MemberDescriptor에서 상속됨)
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Static Supported by the .NET Compact Framework FindMethod  오버로드되었습니다. 리플렉션을 통해 지정된 메서드를 찾습니다. (MemberDescriptor에서 상속됨)
Protected method GetInvocationTarget  멤버를 호출하는 동안 사용해야 하는 개체를 검색합니다. (MemberDescriptor에서 상속됨)
Protected method Static GetInvokee  메서드를 호출할 대상 구성 요소를 가져옵니다. (MemberDescriptor에서 상속됨)
Protected method Static GetSite  지정된 구성 요소에 대한 구성 요소 사이트를 가져옵니다. (MemberDescriptor에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

참고 항목

참조

EventDescriptor 클래스
System.ComponentModel 네임스페이스
MemberDescriptor
Attribute