AddAttribute(Attribute)
|
Dynamically associates an attribute to the current type at run time.
|
AddExtender<T>(T)
|
Extends the current IBaseInfo object with additional metadata.
|
FindAttribute<AttributeType>()
|
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBaseInfo object.
|
FindAttribute<AttributeType>(Boolean)
|
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBaseInfo object.
|
FindAttributes<AttributeType>()
|
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBaseInfo object.
|
FindAttributes<AttributeType>(Boolean)
|
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBaseInfo object.
|
GetExtender<T>()
|
Provides access to additional metadata.
|