会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coding
博客园
首页
新随笔
联系
管理
订阅
07 2008 档案
关于IL实际开发中的总结,随时更新
摘要:问题1. LocalBuilder lB= ILGenerator.DeclareLocal(...);//创建局部变量 lB.SetLocalSymInfo("...");//设置局部变量名 myAssembly.Save("test.DLL"); 如想保存这个程序集,定义时必需如下: AssemblyName myAssemblyName = new AssemblyName(); ...
阅读全文
posted @
2008-07-18 08:24
lzwlfw
阅读(314)
评论(0)
推荐(0)
动态加载或执行js
摘要://动态载入一个js文件 Base.Script.create({src:"/js/abc.js"})
阅读全文
posted @
2008-07-16 10:26
lzwlfw
阅读(1201)
评论(0)
推荐(0)
公告