See Also: CompilerResults Members
This class contains the following information about the results of a compilation by an System.CodeDom.Compiler.ICodeCompiler interface implementation:
The CompilerResults.CompiledAssembly property indicates the compiled assembly.
The CompilerResults.Evidence property indicates the security evidence for the assembly.
The CompilerResults.PathToAssembly property indicates the path to the compiled assembly, if it was not generated only in memory.
The CompilerResults.Errors property indicates any compiler errors and warnings.
The CompilerResults.Output property contains the compiler output messages.
The CompilerResults.NativeCompilerReturnValue property indicates result code value returned by the compiler.
The CompilerResults.TempFiles property indicates the temporary files generated during compilation and linking.
This class contains an inheritance demand at the class level that applies to all members. A System.Security.SecurityException is thrown when the derived class does not have full-trust permission. For details about inheritance demands, see Inheritance Demands.