Interface Loader
access this type via: Loader (provides, requires or uses)
Load components from a file (typically on a hard disk) into main memory (typically RAM). It's used when adding a new component into the running system, or when removing an existing component from that system. It is normally used by components that manage the current composition of the software system.
Functions
IDC load(char path[], optional bool noAutoWire)
IDC loadFrom(char objectFile[], optional bool noAutoWire)
IDC load(char path[], optional bool noAutoWire)
Load a component from a file into main memory.
IDC loadFrom(char objectFile[], optional bool noAutoWire)
Load a component from an object file stored in memory.