 | CSharpParser Constructor (String, Boolean, String, String) |
Creates an instance of CSharpParser.
Namespace:
CSScriptLib
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic CSharpParser(
string script,
bool isFile,
string[] directivesToSearch,
string[] probingDirs
)
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. - directivesToSearch
- Type: SystemString
Additional C# script directives to search. The search result is stored in CSharpParser.CustomDirectives. - probingDirs
- Type: SystemString
Search directories for resolving wild card paths in //css_inc and //css_imp
See Also