Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • That actually depends where that code is (and how you interpret "from outside" - i.e. is that the class? or the caller?). Without an assembly-qualified name, Type.GetType(string) will only look at the current assembly and a few system assemblies. It won't find types in random referenced dlls. Commented Nov 17, 2008 at 17:47