NCompilerResult Class Members
In This Topic
The following tables list the members exposed by NCompilerResult.
Public Constructors
Public Properties
| Name | Description |
| CompiledAssembly | Gets the compiled assembly, in case Succsess is true. |
| Diagnostics | Gets the collection of diagnostics associated with the compilation (i.e. errors, warnings etc.) |
| Success | Gets whether the code has been successfully compiled. |
Top
Public Methods
| Name | Description |
| InitFailure | Initializes a failed compiler result. |
| InitSuccess | Initializes a successful compiler result. |
Top
See Also