C# Class irek.Configuration.ModuleConfReader

Exibir arquivo Open project: theanti9/irek Class Usage Examples

Public Properties

Property Type Description
Dependencies System.Collections.ArrayList
Modules System.Collections.ArrayList

Public Methods

Method Description
ModuleConfReader ( string filename ) : System

Initializes a new instance of the ModuleConfReader class.

Method Details

ModuleConfReader() public method

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

Property Details

Dependencies public_oe property

public ArrayList,System.Collections Dependencies
return System.Collections.ArrayList

Modules public_oe property

public ArrayList,System.Collections Modules
return System.Collections.ArrayList