
程序集
文章平均质量分 65
MaximilianLiu
A young man from China who want to make something great to world people in the future,now I call myself developer,programmer,homeguy,and someone unknow,LOL!
展开
-
反射_程序集
反射_程序集 using System; using System.Collections.Generic; using System.Linq; using System.Reflection;//反射需要引用命名空间 using System.Text; using System.Threading.Tasks; namespace 反射 { class Program {转载 2017-09-14 20:48:56 · 289 阅读 · 0 评论 -
反射_程序集_额外补充
反射_额外补充 using System; using System.Collections.Generic; using System.Linq; using System.Reflection;//反射需要引用命名空间 using System.Text; using System.Threading.Tasks; namespace 反射 { class Program原创 2017-09-18 10:33:12 · 428 阅读 · 0 评论 -
反射_程序集_打包库文件_引用库文件
打包库文件_引用库文件 在解决方案中新建类库文件 打包库文件 在文件夹中查看 引用库文件 或者 然后浏览 然后文件出现在解决方案下 然后就可以引用命名空间了 完美!原创 2017-09-18 11:44:46 · 533 阅读 · 0 评论 -
反射_程序集_额外补充2(将"123"转"壹贰叁"的stringbuilder打包成程序集类库的方法)
反射_程序集_额外补充2 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace 反射 { class Program {原创 2017-09-18 16:47:26 · 477 阅读 · 0 评论 -
反射_程序集_版本转换的两种方法(.Net Framework的版本)
反射_程序集_版本转换的两种方法(.Net Framework的版本) 第一种方法,直接通过目标项目的属性,更改目标项目的.Net Framework的框架版本: 第二种,新建项目的时候进行.Net Framework的版本选择,然后把旧的代码复制过来重新生成到Debug拿出来用: 选择.Net Framework框架后生成新的项目:(然后把框架的过旧或过新.Net原创 2017-09-18 17:07:32 · 859 阅读 · 0 评论