reflection - Does MonoDroid support java.lang.reflect package methods? -


i need use methods java.lang.reflect in monodroid solution, can't find namespace anywhere. there way access these?

the java.lang.reflect package not bound in mono android. this bug has more details that. if need work around limitation, write part of application in java , call through jni. xamarin has guide on using jni here.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -