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;
An identical copy of the current OperatingSystem object
OperatingSystem Class | OperatingSystem Members | System Namespace