Make a copy of this AssemblyName object.
[Visual Basic] Overridable Public Function Clone() As Object [C#] public virtual object Clone(); [C++] public: virtual Object* Clone(); [JScript] public function Clone() : Object;
Returns a copy of this AssemblyName object.
A new object is created, identical to the original.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace