I\'m wondering if it\'s possible to use reflection to locate an object at runtime? This is more of an experiment than a practical requirement.
I\'ve used the .GetTyp
No, basically.
You could have some sort of horrible global map from type to "the instance of the type I'm interested in" but otherwise, no.
Basically, the WinForms app should pass a reference to the form into the DLL somehow.