load

Loads a shared library from disk, using the system-specific API and search rules.

libName = the name of the library to load. May include the full or relative path for the file.

@nogc nothrow
load
(
const(char)* libName
)

Meta