System::OperatingSystem::OperatingSystem 构造函数
OperatingSystem::OperatingSystem(PlatformID, const Version&) constructor
构造一个实例,该实例表示指定的特定平台 ID 和版本的操作系统。
System::OperatingSystem::OperatingSystem(PlatformID platform, const Version &version)
| 参数 | 类型 | 描述 |
|---|---|---|
| 平台 | PlatformID | 将要构造的对象所代表的操作系统的平台标识符 |
| 版本 | const Version& | 将要构造的对象所代表的操作系统的版本 |
另见
- Enum PlatformID
- Class Version
- Class OperatingSystem
- Namespace System
- Library Aspose.Font for C++
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_pack | const String& | 将要构造的对象所代表的操作系统的服务包名称 |
另见
- Enum PlatformID
- Class Version
- Class String
- Class OperatingSystem
- Namespace System
- Library Aspose.Font for C++