IMemberDefinition Interface |
Namespace: Mono.Cecil
public interface IMemberDefinition : ICustomAttributeProvider, IMetadataTokenProvider
The IMemberDefinition type exposes the following members.
Name | Description | |
---|---|---|
CustomAttributes | (Inherited from ICustomAttributeProvider.) | |
DeclaringType | ||
FullName | ||
HasCustomAttributes | (Inherited from ICustomAttributeProvider.) | |
IsRuntimeSpecialName | ||
IsSpecialName | ||
MetadataToken | (Inherited from IMetadataTokenProvider.) | |
Name |
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.) |