mcp_script_run Class

Tool that compiles and executes a given PCB-Investigator Script in C#. On success, it returns "Execution successful". On failure, it returns either compile/validation errors or an execution error.

Definition

Namespace: PCBI_Script.MCP
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class mcp_script_run : IMCPTool
Inheritance
Object    mcp_script_run
Implements
IMCPTool

Constructors

mcp_script_runInitializes a new instance of the mcp_script_run class

Properties

Methods

See Also