C# Class System.MonoCustomAttrs

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Methods

Méthode Description
GetBase ( ICustomAttributeProvider obj ) : ICustomAttributeProvider
GetBasePropertyDefinition ( PropertyInfo property ) : PropertyInfo
GetCustomAttribute ( ICustomAttributeProvider obj, Type attributeType, bool inherit ) : Attribute
GetCustomAttributes ( ICustomAttributeProvider obj, Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( ICustomAttributeProvider obj, bool inherit ) : object[]
GetCustomAttributesBase ( ICustomAttributeProvider obj, Type attributeType ) : object[]
GetCustomAttributesData ( ICustomAttributeProvider obj ) : IList
GetCustomAttributesDataInternal ( ICustomAttributeProvider obj ) : System.Reflection.CustomAttributeData[]
GetCustomAttributesInternal ( ICustomAttributeProvider obj, Type attributeType, bool pseudoAttrs ) : object[]
GetPseudoCustomAttributes ( ICustomAttributeProvider obj, Type attributeType ) : object[]
IsDefined ( ICustomAttributeProvider obj, Type attributeType, bool inherit ) : bool
IsDefinedInternal ( ICustomAttributeProvider obj, Type AttributeType ) : bool
IsUserCattrProvider ( object obj ) : bool
RetrieveAttributeUsage ( Type attributeType ) : AttributeUsageAttribute