- Index
- »
- hx
- »
- RuntimeLibBasis
type
RuntimeLibBasis
@Serializable { simple=true }
enum class RuntimeLibBasis : Enum
RuntimeLibBasis defines owner of a given library
enum
| boot |
System level boot library |
|---|---|
| sys |
System level library |
| proj |
Project level library |
| disabled |
Library installed, but not enabled |
constructors
| fromStr |
Return the RuntimeLibBasis instance for the specified name. |
|---|
fields
| vals |
List of RuntimeLibBasis values indexed by ordinal |
|---|
Slot Details
boot
const static RuntimeLibBasis boot := ...
System level boot library
disabled
const static RuntimeLibBasis disabled := ...
Library installed, but not enabled
fromStr
proj
const static RuntimeLibBasis proj := ...
Project level library
sys
const static RuntimeLibBasis sys := ...
System level library
vals
const static RuntimeLibBasis[] vals := ...
List of RuntimeLibBasis values indexed by ordinal