Name | Description | |
---|---|---|
![]() | NCompilerResult Constructor | Default constructor |
The following tables list the members exposed by NCompilerResult.
Name | Description | |
---|---|---|
![]() | NCompilerResult Constructor | Default constructor |
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. |
Name | Description | |
---|---|---|
![]() | InitFailure | Initializes a failed compiler result. |
![]() | InitSuccess | Initializes a successful compiler result. |