ITidaRuntime.loadExternalLibraries

A function for loading external libraries that are needed when implementing internal functions.

interface ITidaRuntime
@safe
void
loadExternalLibraries

Parameters

libs LibraryUnite[]

What external libraries need to be loaded. (allLibrary to load all external libraries, WithoutLibrary in order not to load unnecessary external libraries.)

Throws

$(OBJECTREF Exception) If the libraries were not installed on the machine being started or they were damaged.

Meta