假设类A中有如下私有方法:
private int Add(int a,int b,ref bool res);

请问: 如何通过反射调用该方法?(重点说明如何传递ref参数)