RunCode..::..Compile Method
Compile the specified code type.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static CompilerResults Compile( RunCode..::..CodeType codeType, string code, bool generateInMemory, bool canCache )
Public Shared Function Compile ( _ codeType As RunCode..::..CodeType, _ code As String, _ generateInMemory As Boolean, _ canCache As Boolean _ ) As CompilerResults
public: static CompilerResults^ Compile( RunCode..::..CodeType^ codeType, String^ code, bool^ generateInMemory, bool^ canCache )
Parameters
- codeType
- Type: robotManager.Helpful..::..RunCode..::..CodeType
Type of the code.
- code
- Type: String
The code.
- generateInMemory
- Type: Boolean
if set to true generate in memory.
- canCache
- Type: Boolean
if set to true can cache.