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();

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-ffi/DynamicLibrary/DynamicLibrary.process.html