RunCodeExtension..::..RunCsharpScriptWithCustomNamespace Method
Run C# script with additional namespaces.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
Parameters
- code
- Type: String
The script, it is added in a method with a void return type.
- usingNamespaceAdditional
- Type: String
Additional namespaces (the main namespaces of wManager and robotManager are already added).