| You can load the DLL from file. You can free library. |
|---|
|
The System.LoadLibrary(path_to_dll_file) function maps the specified executable module into the address space of the calling process. Before unmapping (and after mapping) a library module, the system enables the DLL to detach from the process by calling the DLL's DllEntryPoint function. The System.FreeLibrary(id_library) function decrements the reference count of the loaded dynamic-link library (DLL) module. Here's an example that loads the library:
|
| The advanced scripting host. It is not wscript.exe! |