wManager.Wow.Helpers Namespace
WRobot

RunCodeExtension..::..RunVBScriptWithCustomNamespace Method

Run VB.net script with additional namespaces.

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

Syntax


public static bool RunVBScriptWithCustomNamespace(
	string code,
	string usingNamespaceAdditional
)
Public Shared Function RunVBScriptWithCustomNamespace ( _
	code As String, _
	usingNamespaceAdditional As String _
) As Boolean
public:
static bool^ RunVBScriptWithCustomNamespace(
	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.