Click or drag to resize

HPluginCompilationResult Properties

The HPluginCompilationResult type exposes the following members.

Properties
  NameDescription
Public propertyCompiledAssemblies
The compiled usercode assemblies.
Public propertyCompiledTypesSourceFileRelativePaths
Dictionary that maps the full name of each compiled HPlugin to the relative path of the source file used to compile it.
Public propertyCompileErrors
List of any compiler errors.
Public propertyGenericCompilationFailure
If true, a generic exception was thrown during compilation.
Public propertyOutputDirectory
The root directory containing the files in OutputFilesOnDisk.
Public propertyOutputFilesOnDisk
A list of the paths of all output files generated during the compile process. Will include both assembly DLLs and their corresponding PDBs.
Top
See Also