class

RuntimeLibBasis

@Serializable { simple=true }
const class RuntimeLibBasis : Enum

RuntimeLibBasis defines owner of a given library

constructors fromStr

Return the RuntimeLibBasis instance for the specified name

fields vals

List of RuntimeLibBasis values indexed by ordinal

proj

Project level library

disabled

Library installed, but not enabled

boot

System level boot library

sys

System level library

boot const static RuntimeLibBasis : boot

System level boot library

disabled const static RuntimeLibBasis : disabled

Library installed, but not enabled

fromStr static new fromStr(Str name, Bool checked)

Return the RuntimeLibBasis instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

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

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST