This topic has not yet been rated - Rate this topic

AssemblyName.Clone Method

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

ICloneable.Clone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.