The swamp of interfaces and factories

October 19, 2006 · Posted in Uncategorized · Comment 

I stopped working on my assembly analyzer yesterday when I ended up trying to follow calls to methods in interfaces. The objects (forms) are created in a factory in an external framework out of my control. If this was properly documented maybe I could figure out what form I will get from the factory depending on the methods parameters.

Still no order to my mess

October 17, 2006 · Posted in Uncategorized · Comment 

Net_Assembly_Analyzer.
It does most of the stuff I want and the source is available for edit so I’ll continue down that track tomorrow.