C# 클래스 RunTimeCompiler.ProjectReader

This class should keep a list of known file extensions and the registered IProjectReader for each extension. When a project file is loaded the ReadProject method is called to read that project and get all data needed for the UI and compilation. This class is implemented as a singleton.
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
ReadProject ( string filename ) : BasicProject

This method is used to read the content of a project file and get all the data needed for UI and compilation. Current implementation always use CsprojReader. It will be changed as more project-readers will be developed.

비공개 메소드들

메소드 설명
ProjectReader ( )

Private constructor.

메소드 상세

ReadProject() 공개 메소드

This method is used to read the content of a project file and get all the data needed for UI and compilation. Current implementation always use CsprojReader. It will be changed as more project-readers will be developed.
public ReadProject ( string filename ) : BasicProject
filename string
리턴 BasicProject