Esempio n. 1
0
 public unsafe static bool LoadFromPointer(string[] source)
 {
     try {
         return(loader.LoadFromSourceFunctions(source));
     } catch (Exception ex) {
         // TODO: Implement error handling
         log.Error(ex.Message, ex);
         return(false);
     }
 }
Esempio n. 2
0
 public unsafe static bool LoadFromPointer(string[] source)
 {
     return(loader.LoadFromSourceFunctions(source));
 }