Enum UnixSoftwarePackageType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of software package that is installed on a Unix system.
public enum UnixSoftwarePackageType
Fields
Application = 4
The software package is an application.
DeviceDriver = 3
The software package is a device driver.
OperatingSystem = 2
The software package is part of the Operating System.
Unknown = 1
The type of software package is unknown.