C# Класс BalloonsPop.Core.Contexts.Context

Provides access to the components which defined that context of execution for the application.
Наследование: IContext
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Context ( ) : System

Initializes a new instance of the Context class. Allows creating and initializing the context manually.

Context ( IKernel appKernel ) : System

Initializes a new instance of the Context class. Uses a Ninject kernel to inject the current instance.

Описание методов

Context() публичный Метод

Initializes a new instance of the Context class. Allows creating and initializing the context manually.
public Context ( ) : System
Результат System

Context() публичный Метод

Initializes a new instance of the Context class. Uses a Ninject kernel to inject the current instance.
public Context ( IKernel appKernel ) : System
appKernel IKernel
Результат System