Click or drag to resize

PFPluginFactory Class

Provides the tools to get, cache, store, load and convert Packflow plugins.
Inheritance Hierarchy
SystemObject
  Packflow.PluginsPFPluginFactory

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFPluginFactory

The PFPluginFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBindSettingsToDescription
Binds the settings of a plugin instance to its description.
Public methodStatic memberGetPluginsRecursively
Gets all plugins recursively from the given plugin, through bundles.
Public methodStatic memberLoadInstances
Loads plugin instances from their descriptions.
Top
See Also