wManager.Wow.Helpers Namespace
WRobot

RunCodeExtension..::..RunCsharpScriptWithCustomNamespace Method

Run C# script with additional namespaces.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static bool RunCsharpScriptWithCustomNamespace(
	string code,
	string usingNamespaceAdditional
)
Public Shared Function RunCsharpScriptWithCustomNamespace ( _
	code As String, _
	usingNamespaceAdditional As String _
) As Boolean
public:
static bool^ RunCsharpScriptWithCustomNamespace(
	String^ code, 
	String^ usingNamespaceAdditional
)

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).

Return Value

true if success, false otherwise.