码迷,mamicode.com
首页 >  
搜索关键字:reflection    ( 912个结果
C# Assembly
Assembly是一个包含来程序的名称,版本号,自我描述,文件关联关系和文件位置等信息的一个集合。 可以通过Assembly的信息来获取程序的类,实例等编程需要用到的信息。 新建NamespaceRef。 using System; using System.Collections.Generic; using System.Text; using System.Reflection; ...
分类:Windows程序   时间:2015-06-10 09:02:39    阅读次数:165
OracleBulkCopy 修正帮
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using System.Web;using System.Web.UI;using S...
分类:数据库   时间:2015-06-08 16:36:18    阅读次数:231
XML(子节点序列化反序列对象)读写
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using System.Web;using Syste...
分类:其他好文   时间:2015-06-08 14:58:31    阅读次数:123
Dynamic Programming——Reflection and Generic Types
From the point of view of reflection, the difference between a generic type and an ordinary type is that a generic type has associated with it a set o...
分类:其他好文   时间:2015-06-07 23:15:59    阅读次数:181
实体序列化反序列化 半成品
using System;using System.Collections.Generic;using System.Data;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.Seriali...
分类:其他好文   时间:2015-06-07 09:30:37    阅读次数:142
DataTable数据分页
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using System.Text;using System.Threading.Tas...
分类:其他好文   时间:2015-06-06 19:34:52    阅读次数:104
转!!java反射机制
Java 反射机制基本概念 在Java运行时环境中,对于任意一个类,能否知道这个类有哪些属性和方法?对于任意一个对象,能否调用它的任意一个方法? 答案是肯定的。 这种动态获取类的信息以及动态调用对象的方法的功能来自于Java语言的反射(Reflection)机制。 Java反射机制主要提...
分类:编程语言   时间:2015-06-06 19:34:17    阅读次数:140
c#解决Nullable类型的转换 (包含DataContract的序列化和反序列化以及 该例子应用在反射属性setvalue的时候有用)
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.Serialization;using Syste...
分类:Windows程序   时间:2015-06-06 18:04:34    阅读次数:271
ToList和ToDataTable(其中也有反射的知识)
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Reflection;using System.Text;using System.Threading.Tas...
分类:其他好文   时间:2015-06-06 17:59:44    阅读次数:96
[C#]EnumHelper
using System; using System.ComponentModel; using System.Reflection; namespace LH.DotNet2.Utilities.Common { /// /// 枚举帮助类 /// public static class Enum...
分类:编程语言   时间:2015-06-05 11:50:56    阅读次数:152
912条   上一页 1 ... 60 61 62 63 64 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!