<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://aspcompiler.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Current Release</title><link>http://aspcompiler.com/files/3/current_release/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Debug Build: 60217.2664)</generator><item><title>MirrorMirror</title><link>http://aspcompiler.com/files/3/current_release/entry7.aspx</link><pubDate>Thu, 08 Mar 2007 17:49:02 GMT</pubDate><guid isPermaLink="false">f58cb56b-bbc8-49d6-aeaa-bc0d56eea155:7</guid><dc:creator>admin</dc:creator><slash:comments>0</slash:comments><description>&lt;font face="Arial"&gt;While writing our ASP compiler for .NET we needed a tool that showed detailed reflection information. Current tools do not go into the detail required... so we wrote one that does. MirrorMirror is a command line tool that produces an XML file describing&lt;br /&gt;the type requested. The syntax is:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;mm [/a assembly] [/t typename]&lt;br /&gt;&lt;br /&gt;Where:&lt;br /&gt;'assembly' is the path of a valid assembly.&lt;br /&gt;&lt;br /&gt;'typename' is the name of a class in the assembly&lt;br /&gt;&lt;br /&gt;Examples:&lt;br /&gt;If you just give an assembly but give no type-name, the types implemented in the assembly will be shown:&lt;br /&gt;&lt;br /&gt;&amp;gt;mm /a bin\IISInterface.dll&lt;br /&gt;The assembly: bin\IISInterface.dll contains:&lt;br /&gt;Exported Type: GothamIIS.HandlerFactory&lt;br /&gt;Type: GothamIIS.CompileErrorHandler&lt;br /&gt;Type: GothamIIS.HandlerFactory&lt;br /&gt;Type: GothamIIS.CompileErrorHandlerNotLocal&lt;br /&gt;&lt;br /&gt;To reflect on one of those types:&lt;br /&gt;&lt;br /&gt;c:\Temp\m&amp;gt;mm /a bin\IISInterface.dll /t handlerfactory&lt;br /&gt;MirrorMirror .NET Reflection Investigator (c) Silverfrost Limited 2007&lt;br /&gt;Output: GothamIIS.HandlerFactory.xml&lt;br /&gt;&lt;br /&gt;If the type can be resolved without an assembly reference then you can leave it out:&lt;br /&gt;c:\Temp\m&amp;gt;mm /t system.io.streamwriter&lt;br /&gt;MirrorMirror .NET Reflection Investigator (c) Silverfrost Limited 2007&lt;br /&gt;Output: System.IO.StreamWriter.xml&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;</description><enclosure url="http://www.silverfrost.com/public_downloads/mm.zip" length="-1" type="application/octet-stream" /></item><item><title>Gotham</title><link>http://aspcompiler.com/files/3/current_release/entry3.aspx</link><pubDate>Mon, 05 Mar 2007 21:39:36 GMT</pubDate><guid isPermaLink="false">f58cb56b-bbc8-49d6-aeaa-bc0d56eea155:3</guid><dc:creator>admin</dc:creator><slash:comments>0</slash:comments><description>Current Gotham distribution. Version 0.95.1188&lt;br /&gt;&lt;br /&gt;See &lt;a href="http://wiki.aspcompiler.com/default.aspx"&gt;http://wiki.aspcompiler.com/default.aspx&lt;/a&gt;&amp;nbsp; for installation and use details. &lt;br /&gt;</description><enclosure url="http://aspcompiler.com/files/3/download.aspx" length="189675" type="application/zip" /></item></channel></rss>