예제 #1
0
파일: Method.cs 프로젝트: cd37ycs/jni4net
        public MethodId GetMethodId()
        {
            JNIEnv env = JNIEnv.ThreadEnv;

            return(env.FromReflectedMethod(this));
        }