wManager.Wow.Helpers Namespace
WRobot

RunCode..::..CreateInstance Method

Create instance from CompilerResults.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static Object CreateInstance(
	CompilerResults compilerResults,
	string typeName,
	bool ignoreCase
)
Public Shared Function CreateInstance ( _
	compilerResults As CompilerResults, _
	typeName As String, _
	ignoreCase As Boolean _
) As Object
public:
static Object^ CreateInstance(
	CompilerResults^ compilerResults, 
	String^ typeName, 
	bool^ ignoreCase
)

Parameters

compilerResults
Type: CompilerResults
The compiler results.
typeName
Type: String
Name of the type like "MyNameSpace.MyClassName".
ignoreCase
Type: Boolean
if set to true ignore case.

Return Value

instance.