USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Compile and execute dynamically assembled VB.NET code
For ExecuteCode: compiles the VB.NET source accumulated by CollectCode and runs it, with access to the current XML document, node, arguments, and script variables. For ExecuteCodeFile: reads VB.NET source from the file specified by cmd instead. Variable changes made inside the executed code are merged back into the script scope after execution.
| Parameter | Description |
|---|---|
| cmd | (ExecuteCodeFile only) full path to the .vb source file to execute; ignored for ExecuteCode |
ExecuteCode "(ExecuteCodeFile only) full path to the .vb source file to execute; ignored for ExecuteCode"