The following tables list the members exposed by DynamicCustomAttributeBuilder.
Name | Description | |
---|---|---|
DynamicCustomAttributeBuilder Constructor | Initializes a new instance of the DynamicCustomAttributeBuilder class. |
Name | Description | |
---|---|---|
AttributeType | Gets the System.Type of the attribute that this DynamicCustomAttributeBuilder creates. | |
ConstructorParameters | Gets or sets the parameters used when the attribute is created. | |
ConstructorParametersTypes | Gets or sets the types of parameters used when the attribute is created. | |
NamedProperties | Gets or sets the names of the named properties that are set for this attribute. | |
NamedPropertiesValues | Gets or sets the values for the named properties that are set for this attribute. |
Name | Description | |
---|---|---|
Build | Creates the instance of System.Reflection.Emit.CustomAttributeBuilder. |