Méthode | Description | |
---|---|---|
Equals ( Object obj ) : bool | ||
GetCustomAttribute ( Assembly element, |
||
GetCustomAttribute ( Assembly element, |
||
GetCustomAttribute ( MemberInfo element, |
||
GetCustomAttribute ( MemberInfo element, |
||
GetCustomAttribute ( Module element, |
||
GetCustomAttribute ( Module element, |
||
GetCustomAttribute ( ParameterInfo element, |
||
GetCustomAttribute ( ParameterInfo element, |
||
GetCustomAttributes ( Assembly element ) : System.Attribute[] | ||
GetCustomAttributes ( Assembly element, |
||
GetCustomAttributes ( Assembly element, |
||
GetCustomAttributes ( Assembly element, bool inherit ) : System.Attribute[] | ||
GetCustomAttributes ( MemberInfo element ) : Attribute[] | ||
GetCustomAttributes ( MemberInfo element, Type type ) : Attribute[] | ||
GetCustomAttributes ( MemberInfo element, Type type, bool inherit ) : Attribute[] | ||
GetCustomAttributes ( MemberInfo element, bool inherit ) : Attribute[] | ||
GetCustomAttributes ( Module element ) : Attribute[] | ||
GetCustomAttributes ( Module element, Type attributeType ) : Attribute[] | ||
GetCustomAttributes ( Module element, Type attributeType, bool inherit ) : Attribute[] | ||
GetCustomAttributes ( Module element, bool inherit ) : Attribute[] | ||
GetCustomAttributes ( ParameterInfo element ) : Attribute[] | ||
GetCustomAttributes ( ParameterInfo element, Type attributeType ) : Attribute[] | ||
GetCustomAttributes ( ParameterInfo element, Type attributeType, bool inherit ) : Attribute[] | ||
GetCustomAttributes ( ParameterInfo element, bool inherit ) : Attribute[] | ||
GetHashCode ( ) : int | ||
IsDefaultAttribute ( ) : bool | ||
IsDefined ( Assembly element, Type attributeType ) : bool | ||
IsDefined ( Assembly element, Type attributeType, bool inherit ) : bool | ||
IsDefined ( MemberInfo element, Type attributeType ) : bool | ||
IsDefined ( MemberInfo element, Type attributeType, bool inherit ) : bool | ||
IsDefined ( Module element, Type attributeType ) : bool | ||
IsDefined ( Module element, Type attributeType, bool inherit ) : bool | ||
IsDefined ( ParameterInfo element, Type attributeType ) : bool | ||
IsDefined ( ParameterInfo element, Type attributeType, bool inherit ) : bool | ||
Match ( Object obj ) : bool |
Méthode | Description | |
---|---|---|
Attribute ( ) : System |
Méthode | Description | |
---|---|---|
AddAttributesToList ( ArrayList attributeList, |
||
CopyToArrayList ( ArrayList attributeList, |
||
GetParentDefinition ( EventInfo ev ) : EventInfo | ||
GetParentDefinition ( PropertyInfo property ) : PropertyInfo | ||
InternalGetAttributeUsage ( Type type ) : AttributeUsageAttribute | ||
InternalGetCustomAttributes ( EventInfo element, Type type, bool inherit ) : Attribute[] | ||
InternalGetCustomAttributes ( PropertyInfo element, Type type, bool inherit ) : Attribute[] | ||
InternalIsDefined ( EventInfo element, Type attributeType, bool inherit ) : bool | ||
InternalIsDefined ( PropertyInfo element, Type attributeType, bool inherit ) : bool | ||
InternalParamGetCustomAttributes ( MethodInfo method, ParameterInfo param, Type type, bool inherit ) : Attribute[] | ||
InternalParamIsDefined ( MethodInfo method, ParameterInfo param, Type type, bool inherit ) : bool | ||
_Attribute ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void | ||
_Attribute ( uint &pcTInfo ) : void | ||
_Attribute ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void | ||
_Attribute ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void |
public static GetCustomAttribute ( Assembly element, |
||
element | Assembly | |
attributeType | ||
Résultat |
public static GetCustomAttribute ( Assembly element, |
||
element | Assembly | |
attributeType | ||
inherit | bool | |
Résultat |
public static GetCustomAttribute ( MemberInfo element, |
||
element | MemberInfo | |
attributeType | ||
Résultat |
public static GetCustomAttribute ( MemberInfo element, |
||
element | MemberInfo | |
attributeType | ||
inherit | bool | |
Résultat |
public static GetCustomAttribute ( Module element, |
||
element | Module | |
attributeType | ||
Résultat |
public static GetCustomAttribute ( Module element, |
||
element | Module | |
attributeType | ||
inherit | bool | |
Résultat |
public static GetCustomAttribute ( ParameterInfo element, |
||
element | ParameterInfo | |
attributeType | ||
Résultat |
public static GetCustomAttribute ( ParameterInfo element, |
||
element | ParameterInfo | |
attributeType | ||
inherit | bool | |
Résultat |
public static GetCustomAttributes ( Assembly element ) : System.Attribute[] | ||
element | Assembly | |
Résultat | System.Attribute[] |
public static GetCustomAttributes ( Assembly element, |
||
element | Assembly | |
attributeType | ||
Résultat | System.Attribute[] |
public static GetCustomAttributes ( Assembly element, |
||
element | Assembly | |
attributeType | ||
inherit | bool | |
Résultat | System.Attribute[] |
public static GetCustomAttributes ( Assembly element, bool inherit ) : System.Attribute[] | ||
element | Assembly | |
inherit | bool | |
Résultat | System.Attribute[] |
public static GetCustomAttributes ( MemberInfo element ) : Attribute[] | ||
element | MemberInfo | |
Résultat | Attribute[] |
public static GetCustomAttributes ( MemberInfo element, Type type ) : Attribute[] | ||
element | MemberInfo | |
type | Type | |
Résultat | Attribute[] |
public static GetCustomAttributes ( MemberInfo element, Type type, bool inherit ) : Attribute[] | ||
element | MemberInfo | |
type | Type | |
inherit | bool | |
Résultat | Attribute[] |
public static GetCustomAttributes ( MemberInfo element, bool inherit ) : Attribute[] | ||
element | MemberInfo | |
inherit | bool | |
Résultat | Attribute[] |
public static GetCustomAttributes ( Module element ) : Attribute[] | ||
element | Module | |
Résultat | Attribute[] |
public static GetCustomAttributes ( Module element, Type attributeType ) : Attribute[] | ||
element | Module | |
attributeType | Type | |
Résultat | Attribute[] |
public static GetCustomAttributes ( Module element, Type attributeType, bool inherit ) : Attribute[] | ||
element | Module | |
attributeType | Type | |
inherit | bool | |
Résultat | Attribute[] |
public static GetCustomAttributes ( Module element, bool inherit ) : Attribute[] | ||
element | Module | |
inherit | bool | |
Résultat | Attribute[] |
public static GetCustomAttributes ( ParameterInfo element ) : Attribute[] | ||
element | ParameterInfo | |
Résultat | Attribute[] |
public static GetCustomAttributes ( ParameterInfo element, Type attributeType ) : Attribute[] | ||
element | ParameterInfo | |
attributeType | Type | |
Résultat | Attribute[] |
public static GetCustomAttributes ( ParameterInfo element, Type attributeType, bool inherit ) : Attribute[] | ||
element | ParameterInfo | |
attributeType | Type | |
inherit | bool | |
Résultat | Attribute[] |
public static GetCustomAttributes ( ParameterInfo element, bool inherit ) : Attribute[] | ||
element | ParameterInfo | |
inherit | bool | |
Résultat | Attribute[] |
public static IsDefined ( Assembly element, Type attributeType ) : bool | ||
element | Assembly | |
attributeType | Type | |
Résultat | bool |
public static IsDefined ( Assembly element, Type attributeType, bool inherit ) : bool | ||
element | Assembly | |
attributeType | Type | |
inherit | bool | |
Résultat | bool |
public static IsDefined ( MemberInfo element, Type attributeType ) : bool | ||
element | MemberInfo | |
attributeType | Type | |
Résultat | bool |
public static IsDefined ( MemberInfo element, Type attributeType, bool inherit ) : bool | ||
element | MemberInfo | |
attributeType | Type | |
inherit | bool | |
Résultat | bool |
public static IsDefined ( Module element, Type attributeType ) : bool | ||
element | Module | |
attributeType | Type | |
Résultat | bool |
public static IsDefined ( Module element, Type attributeType, bool inherit ) : bool | ||
element | Module | |
attributeType | Type | |
inherit | bool | |
Résultat | bool |
public static IsDefined ( ParameterInfo element, Type attributeType ) : bool | ||
element | ParameterInfo | |
attributeType | Type | |
Résultat | bool |
public static IsDefined ( ParameterInfo element, Type attributeType, bool inherit ) : bool | ||
element | ParameterInfo | |
attributeType | Type | |
inherit | bool | |
Résultat | bool |