Click or drag to resize

IFactoryExtensionInitialize Method

Called after Factory initialization. It is also called if LoadedAssemblyChanged has been executed. This will be only called one time per extension only.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
void Initialize(
	IEnumerable<IFactoryTypeInfo> factoryInfoTypes
)

Parameters

factoryInfoTypes
Type: System.Collections.GenericIEnumerableIFactoryTypeInfo
A collection of known factory types.
See Also