1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
<Type Name="EventAttributes" FullName="System.Reflection.EventAttributes" FullNameSP="System_Reflection_EventAttributes" Maintainer="ecma">
<TypeSignature Language="ILASM" Value=".class public sealed serializable EventAttributes extends System.Enum" />
<TypeSignature Language="C#" Value="public enum EventAttributes" />
<MemberOfLibrary>Reflection</MemberOfLibrary>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>
<para> Specifies the attributes
of an event.
</para>
</summary>
<remarks>
<para>
<SPAN>This enumeration is used by
the <see cref="P:System.Reflection.EventInfo.Attributes" />
property.</SPAN>
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Members>
<Member MemberName="None">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Reflection.EventAttributes None = 0" />
<MemberSignature Language="C#" Value="None" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Reflection.EventAttributes</ReturnType>
</ReturnValue>
<Parameters />
<MemberValue>None</MemberValue>
<Docs>
<summary>
<para>
Specifies that the event has
no attributes.
</para>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
</Member>
<Member MemberName="SpecialName">
<MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Reflection.EventAttributes SpecialName = 512" />
<MemberSignature Language="C#" Value="SpecialName" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Reflection.EventAttributes</ReturnType>
</ReturnValue>
<Parameters />
<MemberValue>SpecialName</MemberValue>
<Docs>
<summary>
<para>Specifies that the event is treated in a special way by some tools.
</para>
<block subset="none" type="note">
<para>
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.</para>
<para>For more information on special names, see Partition I of the CLI
Specification.</para>
<para> For more information on <see langword="SpecialName" /> , see Partition II of the
CLI Specification.</para>
</block>
</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
</Member>
<Member MemberName="ReservedMask">
<MemberSignature Language="C#" Value="ReservedMask" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Reflection.EventAttributes</ReturnType>
</ReturnValue>
<MemberValue>ReservedMask</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RTSpecialName">
<MemberSignature Language="C#" Value="RTSpecialName" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Reflection.EventAttributes</ReturnType>
</ReturnValue>
<MemberValue>ReservedMask</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
<TypeExcluded>0</TypeExcluded>
<Attributes>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
</Type>
|