Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

 

Set a custom attribute using a specified custom attribute blob.

Namespace:   System.Reflection.Emit
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
Return to top
Show:
© 2017 Microsoft