OperatingSystem()

OperatingSystem::OperatingSystem(PlatformID, const Version&) constructor

Constructs an instance that represents an operating system specified as particular platform id and version.

System::OperatingSystem::OperatingSystem(PlatformID platform, const Version &version)

Arguments

ParameterTypeDescription
platformPlatformIDThe platform identifier of the operating system to be represented by the object being constructed
versionconst Version&The version of the operating system to be represented by the object being constructed

OperatingSystem::OperatingSystem(PlatformID, const Version&, const String&) constructor

Constructs an instance that represents an operating system specified as particular platform id, version and service pack.

System::OperatingSystem::OperatingSystem(PlatformID platform, const Version &version, const String &service_pack)

Arguments

ParameterTypeDescription
platformPlatformIDThe platform identifier of the operating system to be represented by the object being constructed
versionconst Version&The version of the operating system to be represented by the object being constructed
service_packconst String&The name of the service pack of the operating system to be represented by the object being constructed

See Also