Esempio n. 1
0
 public static MDbgEngine attach(this MDbgEngine engine, Process process)
 {
     if (process.isNull())
     {
         "[MDbgEngine] in attach provided process object was null".error();
         return(engine);
     }
     return(engine.attach(process.Id));
 }