J
John Grandy
It does not seem possible to compare instances of assemblies from which
instances of controls/classes are created.
In other words, if I have
Assembly myAssembly Assembly.LoadFrom(path);
object myClass = myAssembly.CreateInstance("<ClassName>");
It is not possible to obtain a reference to myAssembly from myClass ...
instances of controls/classes are created.
In other words, if I have
Assembly myAssembly Assembly.LoadFrom(path);
object myClass = myAssembly.CreateInstance("<ClassName>");
It is not possible to obtain a reference to myAssembly from myClass ...