MemberInfoUtil Class |
Namespace: Nova.Utilities
public static class MemberInfoUtil
The MemberInfoUtil type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetCategory |
Get the category name (field, method, etc).
|
![]() ![]() | GetCustomAttribute |
Get the custom attribute with the specified name from the MemberInfo. If there are multiple attributes with the name, the first one is returned.
|
![]() ![]() | GetCustomAttributes |
Get all custom attributes with the specified name from the MemberInfo.
|
![]() ![]() | GetFullName |
Get the full name of the type or member, including the namespace name (unlike the FullName property, never returns null).
|
![]() ![]() | HasCustomAttribute |
Determine if the MemberInfo has a custom attribute.
|
![]() ![]() | HasDynamicType |
Determine if the member has a dynamic type.
|
Name | Description | |
---|---|---|
![]() ![]() | DynamicAttributeName |
The name of the dynamic type attribute.
|