C# Class BalloonsPop.Core.Contexts.Context

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Context() public method

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