Click or drag to resize

HPlugin Properties

The HPlugin type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Contains the plugin's pesistent savedata, which includes user preferences from savedata (if any).
Public propertyHasPersistentSavedata
Whether or not this plugin needs to write persistent savedata to disk (such as for user preferences).
Public propertyIdentity
An informational object which describes the identity of this plugin. This property is used to identify plugin savedata and must be unique.
Public propertyPatchOperations
The list of patch operations that constitute this HPlugin's functionality.
Protected propertyPluginAssembly
The Assembly which contains this plugin. Can be used to get embedded resources and assembly attributes.
Top
See Also