CSharpParser Properties |
The CSharpParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Args |
Embedded script arguments. The both script and engine arguments are allowed except "/noconfig" engine command line switch.
| |
| CmdScripts |
Pre- and post-execution scripts.
| |
| Code |
Script C# raw code.
| |
| CompilerOptions |
Embedded compiler options.
| |
| ExtraSearchDirs |
Additional search directories (for script and assembly probing).
| |
| HostOptions |
Embedded compiler options.
| |
| IgnoreNamespaces |
Names of namespaces to be ignored by namespace-to-assembly resolver.
| |
| Imports |
C# scripts to be imported.
| |
| Inits |
Script initialization directives.
| |
| ModifiedCode |
Script C# code after namespace renaming.
| |
| NuGets |
References to the NuGet packages.
| |
| Precompilers |
Precompilers.
| |
| RefAssemblies |
References to the external assemblies.
| |
| References |
References to the external assemblies and namespaces.
| |
| RefNamespaces |
References to the namespaces.
| |
| ResFiles |
References to the resource files.
|