COM Method
Description
This action component allows you to invoke COM object method.
Input Properties
- CLSID (String) – The class ID of the COM object.
- Method Name (String) – The name of the method to be called.
- ProgID (String) – ProgID of the object type of the method to be called.
- Arguments (Dictionary
) – A collection of parameters for the method to be called. - Binding Flags (String) – Specifies the flags used to control binding and how members and types are searched through reflection.
Output Properties
- Result (object) – The return value of the method execution.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.