This method of the DllLib class calls the prelink method on all methods of a class. This method is provided primarily for debugging purposes because it can expose errors in DLL-linked methods.
public static void prelinkAll(Class cls);
cls | The class to prelink. |