Show / Hide Table of Contents

    Class Context

    A base implementation of the IContext. Override this class to provide your own Container and Installer.

    Inheritance
    Object
    Context
    Implements
    IContext
    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 Context : IContext

    Properties

    Container

    Declaration
    public abstract IContainer Container { get; }
    Property Value
    Type Description
    IContainer

    Installer

    Declaration
    public abstract IInstaller Installer { get; }
    Property Value
    Type Description
    IInstaller

    Methods

    Bind()

    Declaration
    public virtual void Bind()

    Unbind()

    Declaration
    public virtual void Unbind()

    Implements

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