System::Reflection::MemberInfo::GetCustomAttributes method
Contents
[
Hide
]MemberInfo::GetCustomAttributes(bool) const method
Returns an array containing objects that represent all custom attributes applied to the type represented by the current object.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(bool inherit=false) const
Parameter | Type | Description |
---|---|---|
inherit | bool | Whether to check inherited attributes, too. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.PDF for C++
MemberInfo::GetCustomAttributes(const TypeInfo&, bool) const method
Returns an array containing objects that represent all custom attributes applied to the type represented by the current object.
ArrayPtr<SharedPtr<Object>> System::Reflection::MemberInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit=false) const
Parameter | Type | Description |
---|---|---|
attributeType | const TypeInfo& | Type of attribute to look for. |
inherit | bool | Whether to check inherited attributes, too. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class MemberInfo
- Namespace System::Reflection
- Library Aspose.PDF for C++