C# 클래스 Hourglass.Managers.AppManager

Manages the app.
상속: Hourglass.Managers.Manager
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass

공개 프로퍼티들

프로퍼티 타입 설명
Instance AppManager

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the manager.

비공개 메소드들

메소드 설명
AppManager ( ) : System.Linq

Prevents a default instance of the AppManager class from being created.

메소드 상세

Dispose() 보호된 메소드

Disposes the manager.
protected Dispose ( bool disposing ) : void
disposing bool A value indicating whether this method was invoked by an explicit call to .
리턴 void

Initialize() 공개 메소드

Initializes the class.
public Initialize ( ) : void
리턴 void

Persist() 공개 메소드

Persists the state of the class.
public Persist ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance of the AppManager class.
public static AppManager,Hourglass.Managers Instance
리턴 AppManager