如下,通过args来传参

object[] args=new object[3];
args[0]="";

args[2]="";

args[1]="";

return (INETweibo.INETweiboGrab)Assembly.Load(path).CreateInstance(className, true, System.Reflection.BindingFlags.Default, null, args, null, null);


相关文章:

  • 2021-08-04
  • 2021-10-23
  • 2021-09-26
  • 2022-12-23
  • 2021-09-01
  • 2021-11-18
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-04-13
  • 2021-10-23
  • 2021-10-18
  • 2021-04-14
相关资源
相似解决方案