OperatingSystem(PlatformID, Version) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OperatingSystem class, using the specified platform identifier value and version object.
public:
OperatingSystem(PlatformID platform, Version ^ version);
public OperatingSystem (PlatformID platform, Version version);
new OperatingSystem : PlatformID * Version -> OperatingSystem
Public Sub New (platform As PlatformID, version As Version)
Parameters
- platform
- PlatformID
One of the PlatformID values that indicates the operating system platform.
Exceptions
version
is null
.
platform
is not a PlatformID enumeration value.
Notes to Callers
If you are using the OperatingSystem class to retrieve information about the runtime operating system, you should not call this constructor to instantiate an OperatingSystem object. Instead, you can retrieve an OperatingSystem object that describes the operating system from the OSVersion property.