Click or drag to resize

PFPluginFactoryLoadInstances Method

Loads plugin instances from their descriptions.

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 List<PFPlugin> LoadInstances(
	PFSite site,
	List<PFPluginDescription> descriptions
)

Parameters

site
Type: Packflow.CorePFSite
descriptions
Type: System.Collections.GenericListPFPluginDescription

Return Value

Type: ListPFPlugin
See Also