C# 클래스 SWFProcessing.Swiffotron.Processor.Configuration

파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
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