CustomAttributeBuilder Constructor
.NET Framework 2.0
Initializes an instances of the CustomAttributeBuilder class.
| Name | Description |
|---|---|
| CustomAttributeBuilder (ConstructorInfo, Object[]) | Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute and the arguments to the constructor. |
| CustomAttributeBuilder (ConstructorInfo, Object[], FieldInfo[], Object[]) | Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute, the arguments to the constructor, and a set of named field/value pairs. |
| CustomAttributeBuilder (ConstructorInfo, Object[], PropertyInfo[], Object[]) | Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute, the arguments to the constructor, and a set of named property or value pairs. |
| CustomAttributeBuilder (ConstructorInfo, Object[], PropertyInfo[], Object[], FieldInfo[], Object[]) | Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute, the arguments to the constructor, a set of named property or value pairs, and a set of named field or value pairs. |