C# 클래스 irek.Configuration.ModuleConfReader

파일 보기 프로젝트 열기: theanti9/irek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Dependencies System.Collections.ArrayList
Modules System.Collections.ArrayList

공개 메소드들

메소드 설명
ModuleConfReader ( string filename ) : System

Initializes a new instance of the ModuleConfReader class.

메소드 상세

ModuleConfReader() 공개 메소드

Initializes a new instance of the ModuleConfReader class.
public ModuleConfReader ( string filename ) : System
filename string The filename of the Module Configuration file.
리턴 System

프로퍼티 상세

Dependencies 공개적으로 프로퍼티

public ArrayList,System.Collections Dependencies
리턴 System.Collections.ArrayList

Modules 공개적으로 프로퍼티

public ArrayList,System.Collections Modules
리턴 System.Collections.ArrayList