D
Dan Holmes
Is there any way to create an instance of type Type when all that is
known is the FullName of the type? I was trying Type.GetType but that
requires an AssemblyQualifiedName. I don't have the assembly, just the
name of the class.
dan
known is the FullName of the type? I was trying Type.GetType but that
requires an AssemblyQualifiedName. I don't have the assembly, just the
name of the class.
dan