Modifier and Type | Method and Description |
---|---|
OperatingSystem |
WDDMan.getRunningOperatingSystem()
The function getRunningOperatingSystem() returns the type of used
operating system.
|
static OperatingSystem |
OperatingSystem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystem[] |
OperatingSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WDDMan(OperatingSystem operatingSystem)
The constructor WindowsHandler(OperatingSystem operatingSystem)
initializes class variables according to operatingSystem.
|