AssemblyName.Clone Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Makes a copy of this AssemblyName object.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Function Clone As Object
public Object Clone()

Return Value

Type: System..::.Object
An object that is a copy of this AssemblyName object.

Remarks

This method creates a new object that is identical to the original object.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

AssemblyName Class

System.Reflection Namespace