X
xenophon
I have an instanced class that needs to, at Runtime using Reflection,
check the current AppDomain for the existence of another Type, and if
it exists create a new instance. If that Type is not in the AppDomain,
then attempt to load it from disk.
How can I do that (C#)?
Thanks.
check the current AppDomain for the existence of another Type, and if
it exists create a new instance. If that Type is not in the AppDomain,
then attempt to load it from disk.
How can I do that (C#)?
Thanks.