CustomAttributeBuilder Constructor
Initializes an instances of the CustomAttributeBuilder class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CustomAttributeBuilder(ConstructorInfo^, array<Object^>^) | Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute and the arguments to the constructor. |
![]() | CustomAttributeBuilder(ConstructorInfo^, array<Object^>^, array<FieldInfo^>^, array<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^, array<Object^>^, array<PropertyInfo^>^, array<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^, array<Object^>^, array<PropertyInfo^>^, array<Object^>^, array<FieldInfo^>^, array<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. |
