DynamicLibrary.process constructor

DynamicLibrary.process()

Creates a dynamic library holding all global symbols.

Any symbol in a library currently loaded with global visibility (including the executable itself) may be resolved in this library.

This feature is not available on Windows, instead an exception is thrown.

Implementation

external factory DynamicLibrary.process();