Ejemplo n.º 1
0
 public static IntPtr AddALibrary(string libFile, int param)
 {
     return(ServerCoreLoader.AddADll(libFile, param));
 }