Class Installer
A base implementation of the interface IInstaller. Override this class to create your own implementation of the IInstaller.
Implements
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public abstract class Installer : IInstaller
Methods
Install(IContainer)
Declaration
public abstract void Install(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |
Uninstall(IContainer)
Declaration
public abstract void Uninstall(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
IContainer | container |