TRttiObjectHelper Class Helper
Represents type TRttiObjectHelper
.
Name | Description | |
---|---|---|
![]() | GetCustomAttribute(TAttributeClass,Boolean) | Overloaded. Represents method |
![]() | GetCustomAttribute<T>(Boolean) | Overloaded. Enumerates all applied custom attributes and returns the first one which is/inherits the specified type. |
![]() | GetCustomAttributes(TAttributeClass,Boolean) | Overloaded. Represents method |
![]() | GetCustomAttributes<T>(Boolean) | Overloaded. Gets an array which contains all custom attribute types which the type applies. |
![]() | HasCustomAttribute(TAttributeClass,Boolean) | Overloaded. Represents method |
![]() | HasCustomAttribute<T>(Boolean) | Overloaded. Determines whether the type applies the specified custom attribute class. |
![]() | TryGetCustomAttribute(TAttributeClass,TCustomAttribute,Boolean) | Overloaded. Represents method |
![]() | TryGetCustomAttribute<T>(T,Boolean) | Overloaded. Try getting a custom attribute class which is applied by the type. |