I am new to reflection and am hitting a brick wall trying to understand types.
What exactly does Assembly mean and what does Assembly.GetTypes() return? Also if you call something like GetGenericArguments() on a 'type' you get from the GetTypes() command, what does that do exactly?
Thanks
reflectioncodeguru.com/csharp/csharp/cs_misc/reflection/article.php/c4257