Click or drag to resize

CSharpParser Properties

The CSharpParser type exposes the following members.

Properties
  NameDescription
Public propertyArgs
Embedded script arguments. The both script and engine arguments are allowed except "/noconfig" engine command line switch.
Public propertyCmdScripts
Pre- and post-execution scripts.
Public propertyCode
Script C# raw code.
Public propertyCompilerOptions
Embedded compiler options.
Public propertyExtraSearchDirs
Additional search directories (for script and assembly probing).
Public propertyHostOptions
Embedded compiler options.
Public propertyIgnoreNamespaces
Names of namespaces to be ignored by namespace-to-assembly resolver.
Public propertyImports
C# scripts to be imported.
Public propertyInits
Script initialization directives.
Public propertyModifiedCode
Script C# code after namespace renaming.
Public propertyNuGets
References to the NuGet packages.
Public propertyPrecompilers
Precompilers.
Public propertyRefAssemblies
References to the external assemblies.
Public propertyReferences
References to the external assemblies and namespaces.
Public propertyRefNamespaces
References to the namespaces.
Public propertyResFiles
References to the resource files.
Top
See Also