DynamicLibrary.process constructor
Creates a DynamicLibrary holding all global symbols.
Any symbol in a library currently loaded with global visibility (including the executable itself) may be resolved through this library.
Implementation
external factory DynamicLibrary.process();