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
Post a Comment