 | CSharpParser Constructor (String, Boolean) |
Creates an instance of CSharpParser.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic CSharpParser(
string script,
bool isFile
)
Parameters
- script
- Type: SystemString
C# script (code or file). - isFile
- Type: SystemBoolean
If set to 'true' the script is a file, otherwise it is a C# code.
See Also