超级网迷

超级网迷+ 电脑迷+ 音乐迷
个人资料
正文

[C# Tip] Reflection: How to Invoke Method with parameters

(2017-04-16 07:49:58) 下一个

using System.Reflection;

MethodInfo mi = classInstance.GetType().GetMethod(methodString);
result = methodInfo.Invoke(classInstance, parametersArray);

2017.04.16

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.