예제 #1
0
 public void raiseO2MDbgDebugMethodInfoRequest(string loadDllsFrom)
 {
     if (Method != null)
     {
         O2Messages.raiseO2MDbgDebugMethodInfoRequest(Method, loadDllsFrom);
     }
 }
예제 #2
0
 private void createStandAloneExeAndDebugMethod(string loadDllsFrom)
 {
     O2Thread.mtaThread(() =>
     {
         if (selectedMethod != null)
         {
             O2Messages.raiseO2MDbgDebugMethodInfoRequest(selectedMethod, loadDllsFrom);
         }
     });
 }