|
static T[] | GetCustomAttributes< T > (this MemberInfo member, bool inherit=true) |
| Gets all attributes of a specific type on the specified member.
|
|
static T[] | GetCustomAttributes< T > (this Type type, bool inherit=true) |
| Gets all attributes of a specific type on the specified type.
|
|
static string | GetFullName (this MemberInfo member) |
| Gets the full name of the specified type member.
|
|
static ? T | SafeGetCustomAttribute< T > (this MemberInfo memberInfo, bool inherit=true) |
|
◆ GetCustomAttributes< T >() [1/2]
static T[] Anvil.API.ReflectionExtensions.GetCustomAttributes< T > |
( |
this MemberInfo | member, |
|
|
bool | inherit = true ) |
|
inlinestatic |
Gets all attributes of a specific type on the specified member.
- Parameters
-
member | The member to get attributes from |
inherit | true if attributes should be inherited from base types |
- Template Parameters
-
T | The type of attribute to get |
- Returns
- An array of attributes applied to this member, or an empty array if no attributes are found.
◆ GetCustomAttributes< T >() [2/2]
static T[] Anvil.API.ReflectionExtensions.GetCustomAttributes< T > |
( |
this Type | type, |
|
|
bool | inherit = true ) |
|
inlinestatic |
Gets all attributes of a specific type on the specified type.
- Parameters
-
type | The type to get attributes from |
inherit | true if attributes should be inherited from base types |
- Template Parameters
-
T | The type of attribute to get |
- Returns
- An array of attributes applied to this type, or an empty array if no attributes are found.
◆ GetFullName()
static string Anvil.API.ReflectionExtensions.GetFullName |
( |
this MemberInfo | member | ) |
|
|
inlinestatic |
Gets the full name of the specified type member.
- Parameters
-
member | The member to get the name of. |
- Returns
- The full name of the member, prefixed with the namespace and enclosing type (if valid). If the member is not declared in a type, returns the member name.
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Extensions/ReflectionExtensions.cs