Skip to content

Function library to perform dynamic loading of libraries from the local path of the provided file; Additionally, it finds and loads all dependencies used by the loaded library.

Notifications You must be signed in to change notification settings

benysafe/dpi-library-dynamicLoadLibrarys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpi-library-dynamicLoadLibrarys

Function library to perform dynamic loading of libraries from the local path of the provided file; Additionally, it finds and loads all dependencies used by the loaded library.

The loaded library should inherit from a interface, that interface should be include on your source project and used to get a instance object with calling the function:

 T Assembly_Load_method<T>(string path)

This function need as parameter the full path of library to load and 'T' shuld be sustituted by the interface name instanced.

For more detail check the Console-Test project.

About

Function library to perform dynamic loading of libraries from the local path of the provided file; Additionally, it finds and loads all dependencies used by the loaded library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages