T Tianjun Yu Apr 18, 2006 #1 Which one knows how to call the System.Type.InvokeMember() in .NET Compact Framework? Thanks in advance.
Which one knows how to call the System.Type.InvokeMember() in .NET Compact Framework? Thanks in advance.
D Daniel Moth Apr 20, 2006 #2 It is not supported and as discussed previously you have to call GetMethod/Field whatever and go that route: http://groups.google.com/group/micr...ramework.compactframework&q=Type.InvokeMember Cheers Daniel
It is not supported and as discussed previously you have to call GetMethod/Field whatever and go that route: http://groups.google.com/group/micr...ramework.compactframework&q=Type.InvokeMember Cheers Daniel