![]() | CSharpParser Fields |
The CSharpParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomDirectives |
The result of search for additional C# script directives to search (directive vs. value).
|
![]() ![]() | DirectiveDelimiters |
The //css_* directive delimiters.
![]() All //css_* directives should escape any internal CS-Script delimiters by doubling the delimiter character.
For example //css_include for 'script(today).cs' should escape brackets as they are the directive delimiters.
The correct syntax would be as follows '//css_include script((today)).cs;'
|
![]() ![]() | OpenEndDirectiveSyntax |
Enables omitting closing character (";") for CS-Script directives (e.g. "//css_ref System.Xml.dll" instead of "//css_ref System.Xml.dll;").
|
![]() ![]() | SupressCodeAnalysis |
Global flag to forcefuly supress any C# code analysys. This flag efectively disables
all CS-Script assembly and script probing and most likely some other functionality.
You may ever want to suppress code analysis only for profiling purposes or during performance tuning. |