Table of Contents

Class GUI

Namespace
NetAutoGUI
Assembly
NetAutoGUI.dll

Entry of controllers

public static class GUI
Inheritance
GUI
Inherited Members

Fields

Application

public static readonly IApplicationController Application

Field Value

IApplicationController

Dialog

public static readonly IDialogController Dialog

Field Value

IDialogController

Keyboard

public static readonly IKeyboardController Keyboard

Field Value

IKeyboardController

Mouse

public static readonly IMouseController Mouse

Field Value

IMouseController

Screenshot

public static readonly IScreenshotController Screenshot

Field Value

IScreenshotController

Properties

PauseMethod

public static PauseMethod PauseMethod { get; set; }

Property Value

PauseMethod

Methods

Pause(double)

public static void Pause(double seconds)

Parameters

seconds double

WaitFor(Func<bool>, double)

public static void WaitFor(Func<bool> condition, double seconds = 1)

Parameters

condition Func<bool>
seconds double