shouldUseDynamicLibraryProcess top-level property

String shouldUseDynamicLibraryProcess
getter/setter pair

if a library path is set to this value, the DynamicLibrary shoudl be loaded with DynamicLibrary.process()

Implementation

String shouldUseDynamicLibraryProcess = "DynamicLibrary.process();";