Esempio n. 1
0
 /// <summary>
 /// The JVM wants a pointer to a MethodType.  Oblige it by finding or creating one.
 /// </summary>
 internal static MethodType FindMethodHandleType(Class rtype, Class[] ptypes)
 {
     return(MethodType.MakeImpl(rtype, ptypes, true));
 }