1.

How Do You Get Type Objects From Assemblies That Have Not Been Loaded?

Answer»

USE Assembly.GetType or Assembly.GetType to obtain Type objects from assemblies that have not been loaded, PASSING in the name of the type or types you WANT.

Use Assembly.GetType or Assembly.GetType to obtain Type objects from assemblies that have not been loaded, passing in the name of the type or types you want.



Discussion

No Comment Found