6 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
34 [__DynamicallyInvokable]
52 [__DynamicallyInvokable]
68 [__DynamicallyInvokable]
81 [__DynamicallyInvokable]
94 [__DynamicallyInvokable]
110 [__DynamicallyInvokable]
126 [__DynamicallyInvokable]
146 [__DynamicallyInvokable]
164 [__DynamicallyInvokable]
182 [__DynamicallyInvokable]
200 [__DynamicallyInvokable]
211 [__DynamicallyInvokable]
222 [__DynamicallyInvokable]
236 [__DynamicallyInvokable]
250 [__DynamicallyInvokable]
266 [__DynamicallyInvokable]
282 [__DynamicallyInvokable]
296 [__DynamicallyInvokable]
310 [__DynamicallyInvokable]
327 [__DynamicallyInvokable]
344 [__DynamicallyInvokable]
356 [__DynamicallyInvokable]
368 [__DynamicallyInvokable]
383 [__DynamicallyInvokable]
398 [__DynamicallyInvokable]
417 [__DynamicallyInvokable]
436 [__DynamicallyInvokable]
453 [__DynamicallyInvokable]
470 [__DynamicallyInvokable]
485 [__DynamicallyInvokable]
500 [__DynamicallyInvokable]
517 [__DynamicallyInvokable]
532 [__DynamicallyInvokable]
551 [__DynamicallyInvokable]
568 [__DynamicallyInvokable]
Obtains information about the attributes of a member and provides access to member metadata.
Performs reflection on a module.
Discovers the attributes of a parameter and provides access to parameter metadata.
static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType, bool inherit)
Retrieves a custom attribute of a specified type that is applied to a specified member,...
Contains static methods for retrieving custom attributes.
static Attribute GetCustomAttribute(this Module element, Type attributeType)
Retrieves a custom attribute of a specified type that is applied to a specified module.
static IEnumerable< Attribute > GetCustomAttributes(this MemberInfo element, Type attributeType, bool inherit)
Retrieves a collection of custom attributes of a specified type that are applied to a specified membe...
Represents the base class for custom attributes.
static IEnumerable< Attribute > GetCustomAttributes(this ParameterInfo element)
Retrieves a collection of custom attributes that are applied to a specified parameter.
static bool IsDefined(this Assembly element, Type attributeType)
Indicates whether custom attributes of a specified type are applied to a specified assembly.
static IEnumerable< Attribute > GetCustomAttributes(this ParameterInfo element, Type attributeType, bool inherit)
Retrieves a collection of custom attributes of a specified type that are applied to a specified param...
static IEnumerable< Attribute > GetCustomAttributes(this Module element)
Retrieves a collection of custom attributes that are applied to a specified module.
static Attribute GetCustomAttribute(this Assembly element, Type attributeType)
Retrieves a custom attribute of a specified type that is applied to a specified assembly.
static T GetCustomAttribute< T >(this Assembly element)
Retrieves a custom attribute of a specified type that is applied to a specified assembly.
static IEnumerable< Attribute > GetCustomAttributes(this Module element, Type attributeType)
Retrieves a collection of custom attributes of a specified type that are applied to a specified modul...
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
static IEnumerable< Attribute > GetCustomAttributes(this MemberInfo element)
Retrieves a collection of custom attributes that are applied to a specified member.
static IEnumerable< Attribute > GetCustomAttributes(this ParameterInfo element, bool inherit)
Retrieves a collection of custom attributes that are applied to a specified parameter,...
static bool IsDefined(this ParameterInfo element, Type attributeType)
Indicates whether custom attributes of a specified type are applied to a specified parameter.
static IEnumerable< Attribute > GetCustomAttributes(this ParameterInfo element, Type attributeType)
Retrieves a collection of custom attributes of a specified type that are applied to a specified param...
Represents an assembly, which is a reusable, versionable, and self-describing building block of a com...
static bool IsDefined(this MemberInfo element, Type attributeType)
Indicates whether custom attributes of a specified type are applied to a specified member.
static IEnumerable< T > GetCustomAttributes< T >(this Assembly element)
Retrieves a collection of custom attributes of a specified type that are applied to a specified assem...
Represents type declarations: class types, interface types, array types, value types,...
static Attribute GetCustomAttribute(this MemberInfo element, Type attributeType)
Retrieves a custom attribute of a specified type that is applied to a specified member.
static bool IsDefined(this Module element, Type attributeType)
Indicates whether custom attributes of a specified type are applied to a specified module.
static IEnumerable< Attribute > GetCustomAttributes(this MemberInfo element, Type attributeType)
Retrieves a collection of custom attributes of a specified type that are applied to a specified membe...
static Attribute [] GetCustomAttributes(MemberInfo element, Type type)
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the mem...
static IEnumerable< Attribute > GetCustomAttributes(this MemberInfo element, bool inherit)
Retrieves a collection of custom attributes that are applied to a specified member,...
static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType)
Retrieves a custom attribute of a specified type that is applied to a specified parameter.
static Attribute GetCustomAttribute(this ParameterInfo element, Type attributeType, bool inherit)
Retrieves a custom attribute of a specified type that is applied to a specified parameter,...
static bool IsDefined(this MemberInfo element, Type attributeType, bool inherit)
Indicates whether custom attributes of a specified type are applied to a specified member,...
static bool IsDefined(this ParameterInfo element, Type attributeType, bool inherit)
Indicates whether custom attributes of a specified type are applied to a specified parameter,...
static bool IsDefined(MemberInfo element, Type attributeType)
Determines whether any custom attributes are applied to a member of a type. Parameters specify the me...
static Attribute GetCustomAttribute(MemberInfo element, Type attributeType)
Retrieves a custom attribute applied to a member of a type. Parameters specify the member,...
static IEnumerable< Attribute > GetCustomAttributes(this Assembly element)
Retrieves a collection of custom attributes that are applied to a specified assembly.
static IEnumerable< Attribute > GetCustomAttributes(this Assembly element, Type attributeType)
Retrieves a collection of custom attributes of a specified type that are applied to a specified assem...