C# Класс System.MonoCustomAttrs

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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