AssemblyBuilder::SetCustomAttribute Method

 

Sets a custom attribute on this assembly.

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

NameDescription
System_CAPS_pubmethodSetCustomAttribute(ConstructorInfo^, array<Byte>^)

Set a custom attribute on this assembly using a specified custom attribute blob.

System_CAPS_pubmethodSetCustomAttribute(CustomAttributeBuilder^)

Set a custom attribute on this assembly using a custom attribute builder.

Return to top
Show: