Click or drag to resize

HPluginApplicatorResult Class

A data bundle of returned information from the HPluginApplicator
Inheritance Hierarchy
SystemObject
  com.tiberiumfusion.ttplugins.HarmonyPluginsHPluginApplicatorResult

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

The HPluginApplicatorResult type exposes the following members.

Constructors
  NameDescription
Public methodHPluginApplicatorResult
Initializes a new instance of the HPluginApplicatorResult class
Top
Methods
  NameDescription
Public methodConfigureAsFailure(HPluginApplicatorResultCodes, Exception)
Sets the properties to indicate failure from a caught Exception
Public methodConfigureAsFailure(HPluginApplicatorResultCodes, String)
Sets the properties to indicate failure from a non-exception error.
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
Fields
  NameDescription
Public fieldErrorMessage
Error message (if applicable). Used for non-exception errors.
Public fieldHPluginsThatBrokeRules
List of HPlugins (by their relative source file path) that tried to do things they shouldn't do.
Public fieldHPluginsThatDidntPatch
List of HPlugins (by their relative source file path) that threw exceptions while Harmony.Patch was trying to patch them.
Public fieldHPluginsThatFailedConfigurationLoaded
List of HPlugins (by their relative source file path) that threw exceptions in their ConfigurationLoaded().
Public fieldHPluginsThatFailedConstruction
List of HPlugins (by their full type name) that failed to construct in the Activator.
Public fieldHPluginsThatFailedInitialize
List of HPlugins (by their relative source file path) that threw exceptions during their Initialize() (and thus don't have a valid Identity to use).
Public fieldHPluginsThatFailedPrePatch
List of HPlugins (by their relative source file path) that threw exceptions in their PrePatch().
Public fieldHPluginsThatTriedToPatchNullMethodInfos
List of HPlugins (by their relative source file path) that tried to patch null MethodInfos.
Public fieldHPluginsWithFailedConfigurationLoads
List of HPlugins (by their relative source file path) that could not have their on-disk configuration loaded and the corresponding exception.
Public fieldResultCode
Result code that identifies the type of result.
Public fieldThrownException
Thrown exception (if applicable)
Top
See Also