System::OperatingSystem::OperatingSystem 构造函数

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

构造一个实例,该实例表示指定的特定平台 ID 和版本的操作系统。

System::OperatingSystem::OperatingSystem(PlatformID platform, const Version &version)
参数类型描述
平台PlatformID将要构造的对象所代表的操作系统的平台标识符
版本const Version&将要构造的对象所代表的操作系统的版本

另见

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

构造一个实例,该实例表示指定的特定平台 ID、版本和服务包的操作系统。

System::OperatingSystem::OperatingSystem(PlatformID platform, const Version &version, const String &service_pack)
参数类型描述
平台PlatformID将要构造的对象所代表的操作系统的平台标识符
版本const Version&将要构造的对象所代表的操作系统的版本
service_packconst String&将要构造的对象所代表的操作系统的服务包名称

另见