Show / Hide Table of Contents

    Interface IInstaller

    An IInstaller is used by the IContext to Install(IContainer) and Uninstall(IContainer) the IBinding to the IContainer.

    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IInstaller

    Methods

    Install(IContainer)

    Install the IBinding in the IContainer owned by the IContext.

    Declaration
    void Install(IContainer container)
    Parameters
    Type Name Description
    IContainer container

    Uninstall(IContainer)

    Uninstall the IBinding in the IContainer owned by the IContext.

    Declaration
    void Uninstall(IContainer container)
    Parameters
    Type Name Description
    IContainer container
    Back to top Copyright © 2020 East Side Games Inc.