你的位置:首页 > 软件开发 > ASP.net > 根据类中方法名列表循环调用方法

根据类中方法名列表循环调用方法

发布时间:2016-12-07 18:00:15
public static void Verify(IsWafFunction func) { string[] strArray = func.getFunctionConfig()["open"].Split(new string[] { ...
    public static void Verify(IsWafFunction func)    {      get='_blank'>string[] strArray = func.getFunctionConfig()["open"].Split(new string[] { "," }, StringSplitOptions.None);      Type type = typeof(LingXe);      foreach (string str in strArray)      {        type.GetMethod(str, BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance).Invoke(type, new object[] { func });      }    }

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:根据类中方法名列表循环调用方法

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录