Primitive Class Loader
constructor(jarFile: File, moduleName: A_String, parent: ClassLoader = Primitive::class.java.classLoader)
Construct a PrimitiveClassLoader.
Parameters
module Name
The A_String module name of the module that created this class loader.
parent
The parent ClassLoader of this PrimitiveClassLoader.