A
Andy Fish
Hi,
If I want to get a reference to a type given its name, it seems it either
has to be in the same assembly, or I have to know the assembly name. Is
there no way to simply look at all running assemblies for a type of that
name?
Basically I'm looking for the equivalent of Java's Class.ForName() and I
don't understand why there doesn't seem to be one.
TIA
Andy
If I want to get a reference to a type given its name, it seems it either
has to be in the same assembly, or I have to know the assembly name. Is
there no way to simply look at all running assemblies for a type of that
name?
Basically I'm looking for the equivalent of Java's Class.ForName() and I
don't understand why there doesn't seem to be one.
TIA
Andy