Interface IServiceLoader
- Namespace
- NetAutoGUI
- Assembly
- NetAutoGUI.dll
Service loader for different OS.
public interface IServiceLoader
Methods
LoadApplicationController()
Load ApplicationController
IApplicationController LoadApplicationController()
Returns
LoadDialogController()
Load DialogController
IDialogController LoadDialogController()
Returns
LoadKeyboardController()
Load KeyboardController
IKeyboardController LoadKeyboardController()
Returns
LoadMouseController()
Load MouseController
IMouseController LoadMouseController()
Returns
LoadScreenshotController()
Load ScreenshotController
IScreenshotController LoadScreenshotController()
Returns
LoadWindowController()
IWindowController LoadWindowController()