CustomAttributeBuilder Constructor

 

Initializes an instances of the CustomAttributeBuilder class.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCustomAttributeBuilder(ConstructorInfo^, array<Object^>^)

Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute and the arguments to the constructor.

System_CAPS_pubmethodCustomAttributeBuilder(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.

System_CAPS_pubmethodCustomAttributeBuilder(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.

System_CAPS_pubmethodCustomAttributeBuilder(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.

Return to top
Show: