override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the same type and
value. |
static | GetCustomAttribute(System.Reflection.Assembly, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of
the attribute is in the metadata for the specified assembly. |
static | GetCustomAttribute(System.Reflection.MemberInfo, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of
the attribute is in the metadata for the specified member. |
static | GetCustomAttribute(System.Reflection.Module, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of
the attribute is in the metadata for the specified module. |
static | GetCustomAttribute(System.Reflection.ParameterInfo, Type) : Attribute Returns an instance of a specified custom attribute if a single instance of
the attribute is in the metadata for the specified parameter. |
static | GetCustomAttribute(System.Reflection.Assembly, Type, bool) : AttributeDocumentation for this section has not yet been entered. |
static | GetCustomAttribute(System.Reflection.MemberInfo, Type, bool) : AttributeDocumentation for this section has not yet been entered. |
static | GetCustomAttribute(System.Reflection.Module, Type, bool) : AttributeDocumentation for this section has not yet been entered. |
static | GetCustomAttribute(System.Reflection.ParameterInfo, Type, bool) : AttributeDocumentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.Assembly) : Attribute[] Returns an array of all
custom attributes in the metadata for the specified assembly. |
static | GetCustomAttributes(System.Reflection.MemberInfo) : Attribute[] Returns an array of all
custom attributes in the metadata for the specified member. |
static | GetCustomAttributes(System.Reflection.Module) : Attribute[] Returns an array of all
custom attributes in the metadata for the specified module. |
static | GetCustomAttributes(System.Reflection.ParameterInfo) : Attribute[] Returns an array of all
custom attributes in the metadata for the specified parameter. |
static | GetCustomAttributes(System.Reflection.Assembly, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.Assembly, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the
attribute is in the metadata for the specified assembly. |
static | GetCustomAttributes(System.Reflection.MemberInfo, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.MemberInfo, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the
attribute is in the metadata for the specified member. |
static | GetCustomAttributes(System.Reflection.Module, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.Module, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the
attribute is in the metadata for the specified module. |
static | GetCustomAttributes(System.Reflection.ParameterInfo, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.ParameterInfo, Type) : Attribute[] Returns an array of the instances of a specified custom attribute if the
attribute is in the metadata for the specified parameter. |
static | GetCustomAttributes(System.Reflection.Assembly, Type, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.MemberInfo, Type, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.Module, Type, bool) : Attribute[]Documentation for this section has not yet been entered. |
static | GetCustomAttributes(System.Reflection.ParameterInfo, Type, bool) : Attribute[]Documentation for this section has not yet been entered. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
| IsDefaultAttribute() : boolDocumentation for this section has not yet been entered. |
static | IsDefined(System.Reflection.Assembly, Type) : boolReturns a bool value indicating whether a specified custom attribute is present in the metadata for the
specified assembly. |
static | IsDefined(System.Reflection.MemberInfo, Type) : boolReturns a bool value indicating whether a specified custom
attribute is present in the metadata for the specified member. |
static | IsDefined(System.Reflection.Module, Type) : bool Returns a bool value indicating whether a specified custom attribute is present in
the metadata for the specified module. |
static | IsDefined(System.Reflection.ParameterInfo, Type) : boolReturns a bool value indicating whether a specified custom attribute is present in the
metadata for the specified parameter. |
static | IsDefined(System.Reflection.Assembly, Type, bool) : boolDocumentation for this section has not yet been entered. |
static | IsDefined(System.Reflection.MemberInfo, Type, bool) : boolDocumentation for this section has not yet been entered. |
static | IsDefined(System.Reflection.Module, Type, bool) : boolDocumentation for this section has not yet been entered. |
static | IsDefined(System.Reflection.ParameterInfo, Type, bool) : boolDocumentation for this section has not yet been entered. |
| Match(object) : boolDocumentation for this section has not yet been entered. |