C# Class SWFProcessing.Swiffotron.Processor.Configuration

Afficher le fichier Open project: WeeWorld/Swiffotron Class Usage Examples

Méthodes publiques

Méthode Description
Configuration ( Stream xmlIn ) : System

Input stream of configuration XML.

Interrogate ( string>.Dictionary info ) : void

Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.

Private Methods

Méthode Description
LoadConfigXML ( Stream configXml ) : void

Loads a configuration file passed to the new Swiffotron and parses it, creating any implementing classes named in the configuration.

Method Details

Configuration() public méthode

Input stream of configuration XML.
public Configuration ( Stream xmlIn ) : System
xmlIn Stream
Résultat System

Interrogate() public méthode

Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.
public Interrogate ( string>.Dictionary info ) : void
info string>.Dictionary An accumulating big map of arbitrary string->string data /// that you can pick apart and use as you so desire.
Résultat void