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 (PlatformID, Version, String)

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( _
   ByVal platform As PlatformID, _
   ByVal version As Version, _
   ByVal csd As String _
)
[C#]
public OperatingSystem(
   PlatformID platform,
   Version version,
   string csd
);
[C++]
public: OperatingSystem(
   PlatformID platform,
   Version* version,
   String* csd
);
[JScript]
public function OperatingSystem(
   platform : PlatformID,
   version : Version,
   csd : String
);

Parameters

platform
Identifies the operating system platform.
version
Identifies the version of the operating system.
csd
Identifies the Corrected Service Diskette number of the operating system.

Exceptions

Exception Type Condition
ArgumentNullException If version is a null reference (in Visual Basic Nothing).

See Also

OperatingSystem Class | OperatingSystem Members | System Namespace | OperatingSystem Constructor Overload List