ICustomAttributeProvider Interface |
Namespace: Mono.Cecil
public interface ICustomAttributeProvider : IMetadataTokenProvider
The ICustomAttributeProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomAttributes | |
![]() | HasCustomAttributes | |
![]() | MetadataToken | (Inherited from IMetadataTokenProvider.) |
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.
(Defined by ICustomAttributeProviderUtil.) |
![]() | GetCustomAttributes |
Get all custom attributes with the specified name from the ICustomAttributeProvider.
(Defined by ICustomAttributeProviderUtil.) |
![]() | HasCustomAttribute |
Determine if the ICustomAttributeProvider has a custom attribute.
(Defined by ICustomAttributeProviderUtil.) |
![]() | HasDynamicType |
Determine if the member has a dynamic type.
(Defined by ICustomAttributeProviderUtil.) |