1.0.4
EazyE2E 1.0.4 Release Notes
- 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
- Added new EzProcess constructor which creates an EzProcess instance based on a System.Diagnostics.Process
- Added a new method to EzProcess called AttachToExistingProcess. It is static so it can be used to create an instance of EzProcess
- Added comments to EzMouseFunctions and EzKeyboardFunctions classes
- Updated EzkeyboardFunctions to include: SendWithWait, RepeatKey, ShiftCombination, CtrlCombination, AltCombination