HPluginCompilationResult Properties |
The HPluginCompilationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompiledAssemblies |
The compiled usercode assemblies.
|
![]() | CompiledTypesSourceFileRelativePaths |
Dictionary that maps the full name of each compiled HPlugin to the relative path of the source file used to compile it.
|
![]() | CompileErrors |
List of any compiler errors.
|
![]() | GenericCompilationFailure |
If true, a generic exception was thrown during compilation.
|
![]() | OutputDirectory |
The root directory containing the files in OutputFilesOnDisk.
|
![]() | OutputFilesOnDisk |
A list of the paths of all output files generated during the compile process. Will include both assembly DLLs and their corresponding PDBs.
|