C# Class SWFProcessing.Swiffotron.Processor.Configuration

ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method 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

Method 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 method

Input stream of configuration XML.
public Configuration ( Stream xmlIn ) : System
xmlIn Stream
return System

Interrogate() public method

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.
return void