Mono Class Library: Overview

System.Attribute: Members

The members of System.Attribute are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructs a new instance of the Attribute class.

Public Properties

[read-only]
TypeIdobject. Documentation for this section has not yet been entered.

Public Methods

override
Equals(object) : bool
Determines 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) : Attribute
Documentation for this section has not yet been entered.
static
GetCustomAttribute(System.Reflection.MemberInfo, Type, bool) : Attribute
Documentation for this section has not yet been entered.
static
GetCustomAttribute(System.Reflection.Module, Type, bool) : Attribute
Documentation for this section has not yet been entered.
static
GetCustomAttribute(System.Reflection.ParameterInfo, Type, bool) : Attribute
Documentation 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() : int
Generates a hash code for the current instance.
IsDefaultAttribute() : bool
Documentation for this section has not yet been entered.
static
IsDefined(System.Reflection.Assembly, Type) : bool
Returns a bool value indicating whether a specified custom attribute is present in the metadata for the specified assembly.
static
IsDefined(System.Reflection.MemberInfo, Type) : bool
Returns 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) : bool
Returns 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) : bool
Documentation for this section has not yet been entered.
static
IsDefined(System.Reflection.MemberInfo, Type, bool) : bool
Documentation for this section has not yet been entered.
static
IsDefined(System.Reflection.Module, Type, bool) : bool
Documentation for this section has not yet been entered.
static
IsDefined(System.Reflection.ParameterInfo, Type, bool) : bool
Documentation for this section has not yet been entered.
Match(object) : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._Attribute.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Attribute.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Attribute.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._Attribute.InvokeDocumentation for this section has not yet been entered.