Sets a custom attribute.
Set a custom attribute using a custom attribute builder.
[Visual Basic] Overloads Public Sub SetCustomAttribute(CustomAttributeBuilder)
[C#] public void SetCustomAttribute(CustomAttributeBuilder);
[C++] public: void SetCustomAttribute(CustomAttributeBuilder*);
[JScript] public function SetCustomAttribute(CustomAttributeBuilder);
Set a custom attribute using a specified custom attribute blob.
[Visual Basic] Overloads Public Sub SetCustomAttribute(ConstructorInfo, Byte())
[C#] public void SetCustomAttribute(ConstructorInfo, byte[]);
[C++] public: void SetCustomAttribute(ConstructorInfo*, unsigned char[]);
[JScript] public function SetCustomAttribute(ConstructorInfo, Byte[]);
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace