ICustomAttributeProviderUtil Class |
Namespace: Nova.Utilities
public static class ICustomAttributeProviderUtil
The ICustomAttributeProviderUtil type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetCustomAttribute |
Get the custom attribute with the specified name from the ICustomAttributeProvider. If there are multiple attributes with the name, the first one is returned.
|
![]() ![]() | GetCustomAttributes |
Get all custom attributes with the specified name from the ICustomAttributeProvider.
|
![]() ![]() | HasCustomAttribute |
Determine if the ICustomAttributeProvider has a custom attribute.
|
![]() ![]() | HasDynamicType |
Determine if the member has a dynamic type.
|
Name | Description | |
---|---|---|
![]() ![]() | DispIdAttributeName |
The name of the dynamic type attribute.
|
![]() ![]() | DynamicAttributeName |
The name of the dynamic type attribute.
|