The ZennoLab.Emulation assembly includes the Emulator class which contains the list of static methods for emulation. Some methods supports two variants of the calls, it allows to use this assembly for the different tasks.
Using this assembly you can call mouse move event (MouseMove method), mouse click event (MouseClick method) and send key or text to the specified window (SendKey and SendText methods).
Also you can do some actions with specified widow such as set the active window (ActiveWindow method) and close the windows (CloseWindow method).