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