In .net (C#), If you have two types discovered through reflection is it possible to determine if one can be cast to the other? (implicit and/or explicit).
What I\'m tryi
So, probably you mean duck typing or structural typing? There are several implementations that will dynamically generate the required proxies.
For example:
http://www.deftflux.net/blog/page/Duck-Typing-Project.aspx