Click or drag to resize

CSharpParser Fields

The CSharpParser type exposes the following members.

Fields
  NameDescription
Public fieldCustomDirectives
The result of search for additional C# script directives to search (directive vs. value).
Public fieldStatic memberDirectiveDelimiters
The //css_* directive delimiters.
Remarks
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;'
Public fieldStatic memberOpenEndDirectiveSyntax
Enables omitting closing character (";") for CS-Script directives (e.g. "//css_ref System.Xml.dll" instead of "//css_ref System.Xml.dll;").
Public fieldStatic memberSupressCodeAnalysis
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.

Top
See Also