IFactoryExtension Interface |
Namespace: Cauldron.Activator
public interface IFactoryExtension
The IFactoryExtension type exposes the following members.
Name | Description | |
---|---|---|
IsInitialized |
Gets a value indicating that the extension is already loaded or not.
|
Name | Description | |
---|---|---|
Initialize |
Called after Factory initialization. It is also called if LoadedAssemblyChanged has been executed.
This will be only called one time per extension only.
|