Show / Hide Table of Contents

    Class Installer

    A base implementation of the interface IInstaller. Override this class to create your own implementation of the IInstaller.

    Inheritance
    Object
    Installer
    Implements
    IInstaller
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    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

    Implements

    IInstaller
    Back to top Copyright © 2020 East Side Games Inc.