This method of the DllLib class prelinks the specified method and returns the number of bytes of memory required to store the method's parameters.
public static int numParamBytes(Method m);
Returns the number of bytes of memory required to store the method's parameters.
m | The method to be prelinked. |