<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/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>Reflection Tips on Nested Classes: Use (+) plus instead of (.) dot with Assembly.GetType</title><link>http://msmvps.com/blogs/shahed/archive/2008/11/06/reflection-tips-on-nested-classes-use-plus-instead-of-dot-with-assembly-gettype.aspx</link><description>Lets say we want to use reflection to generate a mock test case for this following Nested Class ClientAddress . When we load an assembly from a disk dynamically, we can use GetType to look up a type defined in the assembly. Example: Assembly assembly</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator></channel></rss>