Example #1
0
 public bool EjectDll()
 {
     return(_injectionManager.EjectDll());
 }
Example #2
0
 /// <summary>
 /// Ejects the injected DLL from the specified remote process
 /// </summary>
 public void EjectDll()
 {
     _injectionManager.EjectDll();
 }