Click or drag to resize

HPluginCompilationResult Class

A bundle of data produced by HPluginAssemblyCompiler.Compile()
Inheritance Hierarchy
SystemObject
  com.tiberiumfusion.ttplugins.HarmonyPluginsHPluginCompilationResult

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public class HPluginCompilationResult
Request Example View Source

The HPluginCompilationResult type exposes the following members.

Constructors
  NameDescription
Public methodHPluginCompilationResult
Initializes a new instance of the HPluginCompilationResult class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also