Equals(Object)
|
Returns a value that indicates whether this instance is equal to a specified object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
GetCustomAttribute(Assembly, Type)
static
|
Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for.
|
GetCustomAttribute(Assembly, Type, Boolean)
static
|
Retrieves a custom attribute applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.
|
GetCustomAttribute(MemberInfo, Type)
static
|
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.
|
GetCustomAttribute(MemberInfo, Type, Boolean)
static
|
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.
|
GetCustomAttribute(Module, Type)
static
|
Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for.
|
GetCustomAttribute(Module, Type, Boolean)
static
|
Retrieves a custom attribute applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option.
|
GetCustomAttribute(ParameterInfo, Type)
static
|
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for.
|
GetCustomAttribute(ParameterInfo, Type, Boolean)
static
|
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter.
|
GetCustomAttributes(Assembly)
static
|
Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly.
|
GetCustomAttributes(Assembly, Boolean)
static
|
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and an ignored search option.
|
GetCustomAttributes(Assembly, Type)
static
|
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for.
|
GetCustomAttributes(Assembly, Type, Boolean)
static
|
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option.
|
GetCustomAttributes(MemberInfo)
static
|
Retrieves an array of the custom attributes applied to a member of a type. A parameter specifies the member.
|
GetCustomAttributes(MemberInfo, Boolean)
static
|
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.
|
GetCustomAttributes(MemberInfo, Type)
static
|
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for.
|
GetCustomAttributes(MemberInfo, Type, Boolean)
static
|
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member.
|
GetCustomAttributes(Module)
static
|
Retrieves an array of the custom attributes applied to a module. A parameter specifies the module.
|
GetCustomAttributes(Module, Boolean)
static
|
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and an ignored search option.
|