Uses of Class
oshi.jna.platform.windows.Kernel32.ProcessorFeature
-
Packages that use Kernel32.ProcessorFeature Package Description oshi.jna.platform.windows Provides extensions of JNA libraries for Windows. -
-
Uses of Kernel32.ProcessorFeature in oshi.jna.platform.windows
Methods in oshi.jna.platform.windows that return Kernel32.ProcessorFeature Modifier and Type Method Description static Kernel32.ProcessorFeature
Kernel32.ProcessorFeature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Kernel32.ProcessorFeature[]
Kernel32.ProcessorFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-