EventAttributes {System.Reflection} .NET clr documentation

EventAttributes

Description

Declare

            
# namespace System.Reflection
export class EventAttributes extends Enum {
   None: EventAttributes = 0;

   SpecialName: EventAttributes = 512;

   RTSpecialName: EventAttributes = 1024;

   ReservedMask: EventAttributes = 1024;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member None: EventAttributes
  3. use by field member SpecialName: EventAttributes
  4. use by field member RTSpecialName: EventAttributes
  5. use by field member ReservedMask: EventAttributes

[Package {$package} version {$version} Index]