System.Reflection.EventInfo.Attributes Property

Gets the attributes for this event.

Syntax

public abstract EventAttributes Attributes { get; }

Value

A System.Reflection.EventAttributes value that specifies the attributes in the metadata of the event reflected by the current instance.

Remarks

The attributes are returned in a 4-byte integer representing a bitmap of the attributes set for the event reflected by this instance.

Requirements

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