Leggere in inglese Modifica

Condividi tramite


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.

C#
public OperatingSystem(PlatformID platform, Version version);

Parameters

platform
PlatformID

One of the PlatformID values that indicates the operating system platform.

version
Version

A Version object that indicates the version of the operating system.

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.

Applies to

Prodotto Versioni
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1