ParameterBuilder.SetCustomAttribute Method (ConstructorInfo, Byte())
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Set a custom attribute using a specified custom attribute blob.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Sub SetCustomAttribute ( _ con As ConstructorInfo, _ binaryAttribute As Byte() _ )
Parameters
- con
- Type: System.Reflection.ConstructorInfo
The constructor for the custom attribute.
- binaryAttribute
- Type:
System.Byte
()
A byte blob representing the attributes.
Show: