System.Reflection.EventAttributes Enumeration

Assembly: Mscorlib.dll
Namespace: System.Reflection
Summary
Specifies the attributes of an event.
C# Syntax:
[Serializable]
public enum EventAttributes
Remarks
EventAttributes values may be combined using the bitwise OR operation to get the appropriate combination.

These enums are defined in the corhdr.h file and are a combination of bits and enumerators.

See also:
System.Reflection Namespace

System.Reflection.EventAttributes Member List:

Public Fields
None Specifies that the event has no attributes.
ReservedMask Specifies a reserved flag for common language runtime use only.
RTSpecialName Specifies that the common language runtime should check name encoding.
SpecialName Specifies that the event is special in a way described by the name.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.