C# Class irek.Configuration.ModuleConfReader

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Свойство Type Description
Dependencies System.Collections.ArrayList
Modules System.Collections.ArrayList

Méthodes publiques

Méthode Description
ModuleConfReader ( string filename ) : System

Initializes a new instance of the ModuleConfReader class.

Method Details

ModuleConfReader() public méthode

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

Property Details

Dependencies public_oe property

public ArrayList,System.Collections Dependencies
Résultat System.Collections.ArrayList

Modules public_oe property

public ArrayList,System.Collections Modules
Résultat System.Collections.ArrayList