文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>发射调用外部exe/dll

发射调用外部exe/dll

时间:2010-12-22  来源:webaspx

代码
var filename = Server.MapPath(@"data/a.exe");
Assembly asm
= System.Reflection.Assembly.LoadFile(filename);
Type type
= asm.GetType("aaaa");
Object oper
= Activator.CreateInstance(type);

object[] paras = new object[] { 'a','b'};
MethodInfo method
= t.GetMethod("CreateSMS");
BindingFlags flag
= BindingFlags.Public | BindingFlags.Instance;

object result = method.Invoke(oper, flag, Type.DefaultBinder, paras, null);

 

相关阅读 更多 +
排行榜 更多 +
弓箭手战士酷跑

弓箭手战士酷跑

飞行射击 下载
三角洲行动全面战场攀升A点进攻指南

三角洲行动全面战场攀升A点进攻指南

飞行射击 下载
僵尸射手世界大战

僵尸射手世界大战

飞行射击 下载