C# 클래스 N2.Resources.ResourceInitializer

상속: IAutoStart
파일 보기 프로젝트 열기: n2cms/n2cms

공개 메소드들

메소드 설명
ResourceInitializer ( Configuration configFactory ) : N2.Engine
Start ( ) : void

Initializes the paths to the resource files from the N2 configuration. This happens AFTER the N2.Resources.Register() constructor which initializes the defaults.

Stop ( ) : void

메소드 상세

ResourceInitializer() 공개 메소드

public ResourceInitializer ( Configuration configFactory ) : N2.Engine
configFactory Configuration
리턴 N2.Engine

Start() 공개 메소드

Initializes the paths to the resource files from the N2 configuration. This happens AFTER the N2.Resources.Register() constructor which initializes the defaults.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void