wManager.Wow.Helpers Namespace
WRobot

RunCode..::..CompileFile Method

Compile the file.

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

Syntax


public static CompilerResults CompileFile(
	string filePath,
	bool generateInMemory,
	bool canCache
)
Public Shared Function CompileFile ( _
	filePath As String, _
	generateInMemory As Boolean, _
	canCache As Boolean _
) As CompilerResults
public:
static CompilerResults^ CompileFile(
	String^ filePath, 
	bool^ generateInMemory, 
	bool^ canCache
)

Parameters

filePath
Type: String
The file path (.vb or .cs file).
generateInMemory
Type: Boolean
if set to true generate in memory.
canCache
Type: Boolean
if set to true can cache.

Return Value

CompilerResults.