GenericTypeParameterBuilder::SetCustomAttribute Method (ConstructorInfo^, array<Byte>^)
.NET Framework (current version)
Sets a custom attribute using a specified custom attribute blob.
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. |
Note |
|---|
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
Available since 2.0
Silverlight
Available since 2.0
Show:
