[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[] );
AssemblyBuilder Class | AssemblyBuilder Members | System.Reflection.Emit Namespace | AssemblyBuilder.SetCustomAttribute Overload List