Exemple #1
0
 public static IntPtr LoadLibrary(string name)
 {
     return(CustomLoadLibrary.GetDllAddress(name, true));
 }
Exemple #2
0
 public static IntPtr GetProcAddress(IntPtr hModule, string procName)
 {
     return(CustomLoadLibrary.GetExportAddress(hModule, procName));
 }