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 Constructor

Overloaded. Initializes an instance of the OperatingSystem class.

Overload List

Initializes an instance of the OperatingSystem class.

[Visual Basic] Overloads Protected Sub New()
[C#] protected OperatingSystem();
[C++] protected: OperatingSystem();
[JScript] protected function OperatingSystem();

Initializes an instance of the OperatingSystem class given the operating system platform, the operating system version, and the Corrected Service Diskette number.

[Visual Basic] Overloads Public Sub New(PlatformID, Version, String)
[C#] public OperatingSystem(PlatformID, Version, String);
[C++] public: OperatingSystem(PlatformID, Version, String);
[JScript] public function OperatingSystem(PlatformID, Version, String);

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace