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
Dialog
public static readonly IDialogController Dialog
Field Value
Keyboard
public static readonly IKeyboardController Keyboard
Field Value
Mouse
public static readonly IMouseController Mouse
Field Value
Screenshot
public static readonly IScreenshotController Screenshot
Field Value
Properties
PauseMethod
public static PauseMethod PauseMethod { get; set; }
Property Value
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)