The properties of the CompilerParameters class are listed below. For a complete list of CompilerParameters class members, see the CompilerParameters Members topic.
GenerateExecutable | Gets or sets whether to generate an executable. |
GenerateInMemory | Gets or sets whether to generate in memory. |
IncludeDebugInformation | Gets or sets whether to include debug information in the compiled executable. |
MainClass | Gets or sets the main class. |
OutputAssembly | Gets or sets the output assembly. |
ReferencedAssemblies | Gets or sets the assemblies referenced by the source to compile. |
RequireVariableDeclaration | Gets or sets whether the source requires a variable declaration. |
TempFiles | Gets or sets the temp files. |
UserToken | Gets or sets user token to be employed when creating the compiler process. |
CompilerParameters Class | System.CodeDOM.Compiler Namespace