-
C# 创建反射(控制台程序)
C# 创建反射的一个例子,是一个控制台程序,运行时,请先运行cmd命令,打开命令提示符控制台,然后此Debug中的exe文件拖放至cmd窗口中,按下回画键,即可看到创建反射的过程,基于以下代码来实现:
Console.WriteLine ("
Reflection.MemberInfo");
// 取得 Type 和 MemberInfo.
Type MyType =Type.GetType("System.IO.File");
MemberInfo[] Mymemberinfoarray = MyType.GetMembers();
// 取得并显示 DeclaringType 方法
Console.WriteLine("
有 {0} 个成员在 {1} 中.",
Mymemberinfoarray.Length, MyType.FullName);
Console.WriteLine("{0}.", MyType.FullName);
if (MyType.IsPublic)
{
Console.WriteLine("{0} 是共有的(public).", MyType.FullName);
}
- 2022-05-22 18:36:15下载
- 积分:1
-
1030HB
说明: 运用PC连接线扫描相机,完成对材料的测量,实现在线监测功能。(PC connecting line scanning camera is used to measure materials and realize online monitoring function.)
- 2020-06-17 01:40:01下载
- 积分:1
-
VCmatlab
利用matlab提供的引擎接口函数与VC联合开发编程,可在VC中充分发挥matlab强大的数值运算功能,弥补VC中数值运算函数的不足(err)
- 2008-01-08 11:23:02下载
- 积分:1
-
examle
Matcom是mathTools公司推出的一个能将M文件转化成相同功能C++代码的工具。相比Matlab自带的编译器Compiler,用Matcom转化代码要简单和方便得多。本文将结合作者编程经验,以VC6.0和Matcom为例,详细介绍如何利用Matcom进行VC与Matlab的联合编程。(Matcom is mathTools Company introduced a document can M into the same functional C code tool. Compared Matlab's own compiler Compiler, with Matcom into code should be simple and more convenient. In this paper the author programming experience, and Matcom VC6.0 example, details on how to use Matcom VC and Matlab for the joint program.)
- 2005-04-13 01:59:30下载
- 积分:1
-
sql server 2008降到sql 2005 实例源码下载
sql server 2008降到sql 2005 实例源码下载
- 2015-04-03下载
- 积分:1
-
Item
这个就是MU的原版客户端文件里的ITEM备份,可以用来修改(Clients original files, you can back up with it, ha ha ha ha ha ha ha ha)
- 2014-12-21 00:45:02下载
- 积分:1
-
ucosii_for 44b0
三星公司的ARM7芯片S3C44B0X的uCOSII操作系统源码(Samsung's chip ARM7 S3C44B0X uCOSII source operating system)
- 2004-11-24 22:46:28下载
- 积分:1
-
RawSocket
说明: 网络安全编程,VC++环境,原始套接字,源代码文件,某些系统可能不支持原始套接字,这只是一个原理性的说明(Network security programming, VC++ environment, raw sockets, source code files, some systems may not support raw sockets, this is only a schematic description of)
- 2010-03-27 20:40:30下载
- 积分:1
-
c#完全自学手册,的源代码及视频安装讲解
c#完全自学手册,的源代码及视频安装讲解-c# complete self-study manual and video installation of the source code to explain
- 2022-01-30 22:11:59下载
- 积分:1
-
jisuanqishijianxianshi
基于FPGA编写一个时间显示,计数功能,年月显示的程序,(FPGA-based preparation of a time display, counting, years show program,)
- 2011-08-30 16:00:48下载
- 积分:1