Tag.NET CF 2.0

DynamicInvoke for CF 2.0

D

March 22nd, 2009 at 22:14 Ryan Rogers This solution only works for .Net CF prior to 3.5 as the Target and Method properites did not exist before that. Any ideas how to “fake” DynamicInvoke for CF 2.0? I am using extension methods through the ExtensionAttribute trick.Delegatedynamicinvoke-for-net-compact-framework Hello Ryan, The problem is that the .NET compact framework 2.0 is lacking some really important functionality. What we can get by using ugly reflection code is the target object where...

Recent Posts