CompilerParameters Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CompilerOptions | Gets or sets optional command-line arguments to use when invoking the compiler. |
![]() | CoreAssemblyFileName | |
![]() | EmbeddedResources | Gets the .NET Framework resource files to include when compiling the assembly output. |
![]() | Evidence | Obsolete. Specifies an evidence object that represents the security policy permissions to grant the compiled assembly. |
![]() | GenerateExecutable | Gets or sets a value indicating whether to generate an executable. |
![]() | GenerateInMemory | Gets or sets a value indicating whether to generate the output in memory. |
![]() | IncludeDebugInformation | Gets or sets a value indicating whether to include debug information in the compiled executable. |
![]() | LinkedResources | Gets the .NET Framework resource files that are referenced in the current source. |
![]() | MainClass | Gets or sets the name of the main class. |
![]() | OutputAssembly | Gets or sets the name of the output assembly. |
![]() | ReferencedAssemblies | Gets the assemblies referenced by the current project. |
![]() | TempFiles | Gets or sets the collection that contains the temporary files. |
![]() | TreatWarningsAsErrors | Gets or sets a value indicating whether to treat warnings as errors. |
![]() | UserToken | Gets or sets the user token to use when creating the compiler process. |
![]() | WarningLevel | Gets or sets the warning level at which the compiler aborts compilation. |
![]() | Win32Resource | Gets or sets the file name of a Win32 resource file to link into the compiled assembly. |
