Click or drag to resize

IFactoryExtension Interface

Represents an interface for the Factory extension

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax
public interface IFactoryExtension

The IFactoryExtension type exposes the following members.

Properties
  NameDescription
Public propertyIsInitialized
Gets a value indicating that the extension is already loaded or not.
Top
Methods
  NameDescription
Public methodInitialize
Called after Factory initialization. It is also called if LoadedAssemblyChanged has been executed. This will be only called one time per extension only.
Top
See Also