RuntimeLibBasis
@Serializable { simple=true }
const class RuntimeLibBasis : Enum
RuntimeLibBasis defines owner of a given library
Return the RuntimeLibBasis instance for the specified name
List of RuntimeLibBasis values indexed by ordinal
Project level library
Library installed, but not enabled
System level boot library
System level library
const static RuntimeLibBasis : boot
System level boot library
const static RuntimeLibBasis : disabled
Library installed, but not enabled
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.
const static RuntimeLibBasis : proj
Project level library
const static RuntimeLibBasis : sys
System level library
const static RuntimeLibBasis[] : vals
List of RuntimeLibBasis values indexed by ordinal