CompilerResults Members
.NET Framework 3.0
Represents the results of compilation that are returned from a compiler.
The following tables list the members exposed by the CompilerResults type.
| Name | Description | |
|---|---|---|
| CompilerResults | Initializes a new instance of the CompilerResults class that uses the specified temporary files. |
| Name | Description | |
|---|---|---|
| CompiledAssembly | Gets or sets the compiled assembly. |
| Errors | Gets the collection of compiler errors and warnings. |
| Evidence | Indicates the evidence object that represents the security policy permissions of the compiled assembly. |
| NativeCompilerReturnValue | Gets or sets the compiler's return value. |
| Output | Gets the compiler output messages. |
| PathToAssembly | Gets or sets the path of the compiled assembly. |
| TempFiles | Gets or sets the temporary file collection to use. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |