Invoke Code =========== Category -------- Invoke Code Commands Description ----------- This command allows you to create own csharp function. Use this command when you want perform activity beyond BYpass standard commands using low level coding on C#. For example, you can use this command to process XML documents. Parameters ---------- **Variable Input Name** Enter the variable name. Use comma to separate, e.g., {var1},{var2}. **CSharp Script Import Lirbrary** Import library using comma to separate. **Variable Output Name** Enter the variable name. Use comma to separate, e.g., output1,output2. **C# Script** Enter the C# script. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Invoke Code Commands\\Invoke Code\\Invoke Code.xml` See Also -------- - :doc:`Function Simple ` - :doc:`Invoke RPA Script `