iRobo.Activity. Inject .Net Code

Activity that injects .Net code to target a process.

                                                                                       

Properties

Input

  • Assembly – Assembly file path. (Mandatory)
  • Type Name – String for the Namespace.Class Name. (Mandatory)
  • Method_Name – String for the method name. (Mandatory)
  • Arguments – List of objects for the arguments. (Mandatory)


Misc                                                                                

  • DisplayName – Activity header name.


Output                                                                                

  • Result – An object variable that contains the result of the invoked method.


Steps of Using Inject .Net Code Activity

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Inject .Net Code Activity from the Toolbox.
  5. Type the .dll path in Assemply input.
  6. Type the namespace.class name in TypeName input.
  7. Type the Method name to invoke in Method_Name input .
  8. Type method arguments in Arguments input .
  9. Put an object variable in the output field Result to get result of Inject .Net Code activity . .
  10. Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
  11. Click Play Button to start the conversion process.


Created with the Personal Edition of HelpNDoc: Easily create Help documents