HPluginCompilationResult Class |
Namespace: com.tiberiumfusion.ttplugins.HarmonyPlugins
The HPluginCompilationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | HPluginCompilationResult | Initializes a new instance of the HPluginCompilationResult class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |