OperatingSystem()
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
platform | PlatformID | The platform identifier of the operating system to be represented by the object being constructed |
version | const 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
Parameter | Type | Description |
---|---|---|
platform | PlatformID | The platform identifier of the operating system to be represented by the object being constructed |
version | const Version& | The version of the operating system to be represented by the object being constructed |
service_pack | const String& | The name of the service pack of the operating system to be represented by the object being constructed |
See Also
- Enum PlatformID
- Class Version
- Class OperatingSystem
- Class String
- Namespace System
- Library Aspose.Slides