AssemblyName.Clone Method
.NET Framework 1.1
Makes a copy of this AssemblyName object.
[Visual Basic] Public Overridable Function Clone() As Object Implements _ ICloneable.Clone [C#] public virtual object Clone(); [C++] public: virtual Object* Clone(); [JScript] public function Clone() : Object;
Return Value
An object that is a copy of this AssemblyName object.
Implements
Remarks
A new object is created, identical to the original.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
AssemblyName Class | AssemblyName Members | System.Reflection Namespace