System.Reflection.Emit.CustomAttributeBuilder: Constructor Members

The constructors of System.Reflection.Emit.CustomAttributeBuilder are listed below. For a list of all members, see the CustomAttributeBuilder Members list.

See Also: Inherited members from System.Object

Public Constructors

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

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.

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.

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.