PropertyBuilder::SetCustomAttribute Method (ConstructorInfo^, array<Byte>^)
.NET Framework (current version)
Set a custom attribute using a specified custom attribute blob.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(true)] 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 attributes.
| Exception | Condition |
|---|---|
| ArgumentNullException | con or binaryAttribute is null. |
| InvalidOperationException | CreateType has been called on the enclosing type. |
See the metadata specification in the ECMA Partition II documentation for details on how to format binaryAttribute. The Partition II documentation is available online on MSDN (ECMA C# and Common Language Infrastructure Standards Web page) and on the ECMA Web site (Standard ECMA-335 Common Language Infrastructure document).
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: