CustomAttributeBuilder Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Initializes a new instance of the CustomAttributeBuilder class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CustomAttributeBuilder(ConstructorInfo, array<Object[]) | Initializes a new 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 a new 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 a new 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 a new 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. |
Top