Mono Class Library: System.Reflection Namespace

System.Reflection.EventAttributes Enumeration

Specifies the attributes of an event. [Edit]
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum EventAttributes

Remarks

This enumeration is used by the EventInfo.Attributes property. [Edit]

Members

Member NameDescription
None Specifies that the event has no attributes. [Edit]
ReservedMaskDocumentation for this section has not yet been entered. [Edit]
RTSpecialNameDocumentation for this section has not yet been entered. [Edit]
SpecialName

Specifies that the event is treated in a special way by some tools.

Note:

There are currently no event names that are required to be marked as special names. This functionality is provided for extensions, future standardization, and to increase consistency between the declaration of fields and methods.

For more information on special names, see Partition I of the CLI Specification.

For more information on SpecialName , see Partition II of the CLI Specification.

[Edit]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0