Uses of Enum Class
com.pnfsoftware.jeb.core.units.codeobject.OperatingSystemType
Packages that use OperatingSystemType
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of OperatingSystemType in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject that return OperatingSystemTypeModifier and TypeMethodDescriptionstatic OperatingSystemType
Returns the enum constant of this class with the specified name.static OperatingSystemType[]
OperatingSystemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.