NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyBuilder.SetCustomAttribute (ConstructorInfo, Byte[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub SetCustomAttribute( _
   ByVal con As ConstructorInfo, _
   ByVal binaryAttribute() As Byte _
)
[C#]
public void SetCustomAttribute(
   ConstructorInfo con,
   byte[] binaryAttribute
);
[C++]
public: void SetCustomAttribute(
   ConstructorInfo* con,
   unsigned char* binaryAttribute[]
);
[JScript]
public function SetCustomAttribute(
   con : ConstructorInfo,
   binaryAttribute : Byte[]
);

Parameters

con
[To be supplied.]
binaryAttribute
[To be supplied.]

See Also

AssemblyBuilder Class | AssemblyBuilder Members | System.Reflection.Emit Namespace | AssemblyBuilder.SetCustomAttribute Overload List