Esempio n. 1
0
 private DllManager(string FileDirectoryPath, string DLLPath)
 {
     this.DLLPath = DLLPath;
     new DynamicCompiler(FileDirectoryPath, DLLPath);
     Loader = new DLLLoader();
     Loader.LoadDLL(DLLPath);
 }
Esempio n. 2
0
 private DllManager(string FileDirectoryPath, string DLLPath)
 {
     this.DLLPath = DLLPath;
     new DynamicCompiler(FileDirectoryPath, DLLPath);
     Loader = new DLLLoader();
     Loader.LoadDLL(DLLPath);
 }