C# Class BalloonsPop.Core.Contexts.Context

Provides access to the components which defined that context of execution for the application.
Inheritance: IContext
Afficher le fichier Open project: Baloons-Pop-4/Main Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Context() public méthode

Initializes a new instance of the Context class. Allows creating and initializing the context manually.
public Context ( ) : System
Résultat System

Context() public méthode

Initializes a new instance of the Context class. Uses a Ninject kernel to inject the current instance.
public Context ( IKernel appKernel ) : System
appKernel IKernel
Résultat System