摘要: 首先,先随便创建一个测试类 [csharp] view plain copy <span style="font-family:Microsoft YaHei;font-size:18px;">public class ABC { public void test1() { Debug.Log("t 阅读全文
posted @ 2017-12-05 13:53 无爱无伤 阅读(8384) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace stringConvertClass{ class test { public void Method() { C 阅读全文
posted @ 2017-12-05 13:53 无爱无伤 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: 1、MethodInfo类是在System.Reflection命名空间底下,既然是在Reflection空间底下。故名思议关于反射相关的操作,其中比较重要的方法是Invoke()方法,它 是加载相同程序集的方法。简单用法 string command = "AnnouncementSave"; / 阅读全文
posted @ 2017-12-05 13:46 无爱无伤 阅读(331) 评论(0) 推荐(0) 编辑