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