Method | Description | |
---|---|---|
Configuration ( Stream xmlIn ) : System |
Input stream of configuration XML.
|
|
Interrogate ( string>.Dictionary |
Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.
|
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.
|
public Configuration ( Stream xmlIn ) : System | ||
xmlIn | Stream | |
return | System |
public Interrogate ( string>.Dictionary |
||
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 |