NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.Clone

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;

Return Value

Returns a copy of this AssemblyName object.

Remarks

A new object is created, identical to the original.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace