HPluginApplicatorConfiguration Class |
Namespace: com.tiberiumfusion.ttplugins.HarmonyPlugins
The HPluginApplicatorConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | HPluginApplicatorConfiguration | Initializes a new instance of the HPluginApplicatorConfiguration class |
Name | Description | |
---|---|---|
![]() | ExecutingTerrariaAssembly |
The executing Terraria assembly which will be patched using Harmony.
|
![]() | PluginAssemblies |
List of all loaded usercode assemblies that contain the HPlugins to be applied.
|
![]() | PluginRuntimeConfigFileName |
The name of the file containing a plugin's runtime configuration file, within its temporary files directory.
|
![]() | PluginTemporaryFilesRootDirectory |
Path to the root folder to use for temporary plugin files (i.e. temporary configuration and savedata copies).
|
![]() | PluginTypesRelativePaths |
Dictionary that maps the full name of each HPlugin type to the relative path of its source file (which is its configuration and savedata identity).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |