C# Класс SWFProcessing.Swiffotron.Processor.Configuration

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
LoadConfigXML ( Stream configXml ) : void

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

Описание методов

Configuration() публичный Метод

Input stream of configuration XML.
public Configuration ( Stream xmlIn ) : System
xmlIn Stream
Результат System

Interrogate() публичный Метод

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.
Результат void