Getting the System.Type from an assembly loaded at runtime
问题 As a followup to this question I have now come to the problem of being able to get the Type of a type that is defined by the user in his own solution. Using the standard mscorlib types, everything works. The question is very easy: how can I get this type from an assembly that I will only know at runtime? As described in the comments here: Also, what do you mean by "extracting the type"? You mean getting the Reflection type? There's no good helper, partly because (typically) you can never