C# Класс irek.Configuration.ModuleConfReader

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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