Skip to content

1.0.4

Compare
Choose a tag to compare
@ianleeduckworth ianleeduckworth released this 04 Feb 20:27
· 2 commits to master since this release
1cdd3cc

EazyE2E 1.0.4 Release Notes

  1. Updated EzProcess.Argumets property to be a getter only. Also modified EzProcess.StartProcess to include an optional string to pass arguments when the process is started
  2. Added new EzProcess constructor which creates an EzProcess instance based on a System.Diagnostics.Process
  3. Added a new method to EzProcess called AttachToExistingProcess. It is static so it can be used to create an instance of EzProcess
  4. Added comments to EzMouseFunctions and EzKeyboardFunctions classes
  5. Updated EzkeyboardFunctions to include: SendWithWait, RepeatKey, ShiftCombination, CtrlCombination, AltCombination