码迷,mamicode.com
首页 >  
搜索关键字:reflection    ( 912个结果
VB-调用Dll里面的方法
一个简单的调用DLL里面的方法,首先引用DLL进项目,然后根据下面方法进行调用。Dim objType As System.Type = NothingDim objAssembly As System.Reflection.Assembly Dim objMethod As System.Refl...
分类:其他好文   时间:2014-10-23 13:58:45    阅读次数:172
ConvertJson
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Reflection;using System.Collections;using System.Data.C...
分类:Web程序   时间:2014-10-22 17:33:36    阅读次数:315
屏幕空间反射
屏幕空间反射(Scene Space Reflection,SSR)又叫实时局部反射(Realtime Local Reflection,RLR),最早见于2011年Crytek在Siggraph的Course《Secrets of CryENGINE 3 Graphics Technology》....
分类:其他好文   时间:2014-10-21 23:10:35    阅读次数:243
C#钩子类 几乎捕获键盘鼠标所有事件
usingSystem;usingSystem.Text;usingSystem.Runtime.InteropServices;usingSystem.Reflection;usingSystem.Windows.Forms;namespaceMouseKeyboardLibrary{//////...
分类:Windows程序   时间:2014-10-20 09:49:43    阅读次数:283
Java 编程的动态性,第3部分: 应用反射--转载
在上个月的文章中,我介绍了Java Reflection API,并简要地讲述了它的一些基本功能。我还仔细研究了反射的性能,并且在文章的最后给出了一些指导方针,告诉读者在一个应用程序中何时应该使用反射,何时不应该使用反射。在本月这一期的文章中,我将通过查看一个应用程序来更深入地讨论这一问题,这个应用...
分类:编程语言   时间:2014-10-19 22:42:24    阅读次数:301
WPF 设置WebBrowser控件不弹脚本错误提示框
using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; namespace HC { /// /// MainWindow.xaml 的交互逻辑 /// public partial class ...
分类:Windows程序   时间:2014-10-17 13:48:56    阅读次数:193
更改App.config里的值并保存
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using ...
分类:移动开发   时间:2014-10-17 11:53:01    阅读次数:253
利用Java中反射来分析类的示例小程序
import java.util.*;import java.lang.reflect.*;/** * This program uses reflection to print all features of a class. * @version 1.1 2004-02-21 * @author...
分类:编程语言   时间:2014-10-16 21:27:23    阅读次数:278
JAVA反射机制
Reflection是Java 程序开发语言的特征之中的一个,它同意执行中的 Java 程序对自身进行检查,或者说"自审",并能直接操作程序的内部属性。比如,使用它能获得 Java 类中各成员的名称并显示出来。 Java 的这一能力在实际应用中或许用得不是非常多,可是在其他的程序设计语言中根本就不存...
分类:编程语言   时间:2014-10-16 19:41:03    阅读次数:290
JAVA反射机制
Reflection是Java 程序开发语言的特征之中的一个,它同意执行中的 Java 程序对自身进行检查,或者说"自审",并能直接操作程序的内部属性。比如,使用它能获得 Java 类中各成员的名称并显示出来。 Java 的这一能力在实际应用中或许用得不是非常多,可是在其他的程序设计语言中根本就不存...
分类:编程语言   时间:2014-10-16 19:38:42    阅读次数:286
912条   上一页 1 ... 76 77 78 79 80 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!