DynamicallyAccessedMemberTypes
Specifies the types of members that are dynamically accessed.
This enumeration has a FlagsAttribute attribute that allows a
bitwise combination of its member values.
All = -1
Specifies all members.
AllConstructors = 1064967
Specifies all constructors, including those inherited from base classes.
AllEvents = 530432
Specifies all events, including those inherited from base classes.
AllFields = 65632
Specifies all fields, including those inherited from base classes.
AllMethods = 32792
Specifies all methods, including those inherited from base classes.
AllNestedTypes = 2228608
Specifies all nested types, including those inherited from base classes.
AllProperties = 263680
Specifies all properties, including those inherited from base classes.
Interfaces = 8192
Specifies all interfaces implemented by the type.
None = 0
Specifies no members.
Specifies all non-public constructors.
Specifies all non-public constructors, including those inherited from base classes.
NonPublicEvents = 4096
Specifies all non-public events.
NonPublicEventsWithInherited = 528384
Specifies all non-public events, including those inherited from base classes.
NonPublicFields = 64
Specifies all non-public fields.
NonPublicFieldsWithInherited = 65600
Specifies all non-public fields, including those inherited from base classes.
NonPublicMethods = 16
Specifies all non-public methods.
NonPublicMethodsWithInherited = 32784
Specifies all non-public methods, including those inherited from base classes.
NonPublicNestedTypes = 256
Specifies all non-public nested types.
NonPublicNestedTypesWithInherited = 131328
Specifies all non-public nested types, including those inherited from base classes.
NonPublicProperties = 1024
Specifies all non-public properties.
NonPublicPropertiesWithInherited = 263168
Specifies all non-public properties, including those inherited from base classes.
Specifies all public constructors.
PublicConstructorsWithInherited = 1048579
Specifies all public constructors, including those inherited from base classes.
PublicEvents = 2048
Specifies all public events.
PublicFields = 32
Specifies all public fields.
PublicMethods = 8
Specifies all public methods.
PublicNestedTypes = 128
Specifies all public nested types.
PublicNestedTypesWithInherited = 2097280
Specifies all public nested types, including those inherited from base classes.
Specifies the default, parameterless public constructor.
PublicProperties = 512
Specifies all public properties.