コード例 #1
0
 private DllManager(string FileDirectoryPath, string DLLPath)
 {
     this.DLLPath = DLLPath;
     new DynamicCompiler(FileDirectoryPath, DLLPath);
     Loader = new DLLLoader();
     Loader.LoadDLL(DLLPath);
 }
コード例 #2
0
ファイル: DllManager.cs プロジェクト: hesed7/hitpan
 private DllManager(string FileDirectoryPath, string DLLPath)
 {
     this.DLLPath = DLLPath;
     new DynamicCompiler(FileDirectoryPath, DLLPath);
     Loader = new DLLLoader();
     Loader.LoadDLL(DLLPath);
 }