libperun

Class std.rt.ClassLoader

Synopsis

public final class ClassLoader

This class allows for loading classes from external libraries at runtime.

Fields

Constructors

public ClassLoader(String libname);

Load the specified library. The name must NOT include the extension!

Methods

protected static ptr_t libOpen(String path);

No description given

protected static Class libClassBySymbol(ptr_t lib,String symbol);

No description given

public Class getClass(String name);

Get a class with the specified name from this library.