Table of Contents

Interface IServiceLoader

Namespace
NetAutoGUI
Assembly
NetAutoGUI.dll

Service loader for different OS.

public interface IServiceLoader

Methods

LoadApplicationController()

Load ApplicationController

IApplicationController LoadApplicationController()

Returns

IApplicationController

LoadDialogController()

Load DialogController

IDialogController LoadDialogController()

Returns

IDialogController

LoadKeyboardController()

Load KeyboardController

IKeyboardController LoadKeyboardController()

Returns

IKeyboardController

LoadMouseController()

Load MouseController

IMouseController LoadMouseController()

Returns

IMouseController

LoadScreenshotController()

Load ScreenshotController

IScreenshotController LoadScreenshotController()

Returns

IScreenshotController

LoadWindowController()

IWindowController LoadWindowController()

Returns

IWindowController