public class CompilerResults
|
| ctor #1 | Initializes a new instance of the CompilerResults class that uses the specified temporary files. |
| CompiledAssembly | Read-write Gets or sets the compiled assembly. |
| Errors | Read-only Gets the collection of compiler errors and warnings. |
| NativeCompilerReturnValue | Read-write Gets or sets the compiler's return value. |
| Output | Read-only Gets the compiler output messages. |
| PathToAssembly | Read-write Gets or sets the path of the compiled assembly. |
| TempFiles | Read-write Gets or sets the temporary files to use. |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public CompilerResults( |
tempFiles
public Assembly CompiledAssembly {get; set;}
|
public CompilerErrorCollection Errors {get;}
|
public int NativeCompilerReturnValue {get; set;}
|
public StringCollection Output {get;}
|
public string PathToAssembly {get; set;}
|
public TempFileCollection TempFiles {get; set;}
|
~CompilerResults(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |