The documentation at http://msdn.microsoft.com/en-us/library/system.runtime.remoting.proxies.realproxy.gettransparentproxy%28v=VS.100%29.aspx doesn\'t indicate a scenari开发者_如何学Goo where GetTrans
I\'m trying to handle a call of a generic method through a RealProxy, but I cannot seem to find the information about the actual type of the generic parameter used in the intercepted method call. An e
I need to call a method with ref-arguments through a RealProxy. I have isolated the problem down to the following code:
I\'m trying to get information about a Windows Mobile device from a desktop application (written in C#).