|  | IFactoryExtension Interface | 
Namespace: Cauldron.Activator
 Syntax
SyntaxThe IFactoryExtension type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsInitialized | 
            Gets a value indicating that the extension is already loaded or not.
             | 
 Methods
Methods| 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.
             | 
 See Also
See Also