C# 클래스 BalloonsPop.Core.Contexts.Context

Provides access to the components which defined that context of execution for the application.
상속: IContext
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

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