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 boot

System level boot library

disabled

Library installed, but not enabled

proj

Project level library

sys

System level library

vals

List of RuntimeLibBasis values indexed by ordinal

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 := true)

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.6 ∙ 21-Jul-2026 09:48 EDT