GenericTypeParameterBuilder::SetCustomAttribute Method (ConstructorInfo^, array<Byte>^)

 

Sets a custom attribute using a specified custom attribute blob.

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

public:
void SetCustomAttribute(
	ConstructorInfo^ con,
	array<unsigned char>^ binaryAttribute
)

Parameters

con
Type: System.Reflection::ConstructorInfo^

The constructor for the custom attribute.

binaryAttribute
Type: array<System::Byte>^

A byte blob representing the attribute.

Exception Condition
ArgumentNullException

con is null.

-or-

binaryAttribute is a null reference.

System_CAPS_noteNote

For details on how to format binaryAttribute, see the documentation for Partition II: Metadata Definition and Semantics. The documentation is available online; see ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the Ecma International Web site.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show: