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!

OperatingSystem.Clone

Creates and returns an OperatingSystem object that is an identical copy of the current OperatingSystem 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

An identical copy of the current OperatingSystem object

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace