MethodBuilder::SetCustomAttribute Method (ConstructorInfo^, array<Byte>^)
Sets 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 | For the current method, the IsGenericMethod property is true, but the IsGenericMethodDefinition property is false. |
For details on how to format binaryAttribute, see the Common Language Infrastructure (CLI) documentation, especially "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.
The SetCustomAttribute method can interact with the SetImplementationFlags method when the two methods are used in combination. See the Remarks section of the SetImplementationFlags method for details.
Available since 1.1
Silverlight
Available since 2.0