-
反射
用于获取类型信息在运行时使用反射对象。授予的正在运行元数据的访问权限的类是程序的 System.Reflection 命名空间中。System.Reflection 命名空间包含允许您获取有关应用程序的信息,动态地添加到应用程序的类型、 值和对象的类。ReflectionReflection 的应用程序具有以下应用程序: 它允许查看属性信息在运行时。它允许检查各种类型的程序集,并实例化这些类。它允许后期绑定到方法和 propertiesIt 允许在运行时创建新的类型,然后执行一些任务,使用这些类型。查看 MetadataWe 有提及在前一章使用反射,您可以查看的属性信息。System.Reflection 类的检索对象,需要将其初始化为发现与类关联的属性。若要执行此操作,您定义目标类的 as:System.Reflection.MemberInfo 信息对象 = typeof(MyClass) ;下面的程序演示了这一点: 使用系统 ;[AttributeUsage(AttributeTargets.All)] 公共类 HelpAttribute: 用于 {公共只读字符串 Url ; 公共字符串主题 / 主题是一个命名的参数 {{返回主题 ;} 得到设置 {主题 = 值;}} 公共 HelpAttribute(string url) / / url 是一个定位的参数 {这。Url = url ;} 专用的字符串的主题 ;} {} [HelpAttribute (MyClass 类"信息")] 类 MyClass 命名空间 AttributeAppl {类程序 {静态 void 主要 (字符串 [] args) {System.Reflection.MemberInfo 信息 = typeof(MyClass) ; 对象 [] 属性 = info。GetCustomAttributes(true) ;为 (int 我 = 0 ; 我 < 属性。长度 ;i + +) {System.Console.WriteLine(attributes[i]) ;}Console.ReadKey() ;}}} 编译和运行,它将显示附加到 MyClass:HelpAttribute 示例本示例类的自定义属性的名称时,我们使用前面的章节中使用反射创建的 DeBug
- 2022-09-18 10:30:09下载
- 积分:1
-
一个很好用的控制台程序能把word文件转变成为文本文档。
一个很好用的控制台程序能把word文件转变成为文本文档。-A very good console process can use word document into a text document.
- 2023-06-18 03:45:03下载
- 积分:1
-
一个在控制台下打印日历的源码,只要输入年和月,就能打印当月的日历,包括星期...
一个在控制台下打印日历的源码,只要输入年和月,就能打印当月的日历,包括星期-Print a calendar in the console under the source, as long as the input and on, you can print the calendar month, including the week
- 2022-05-12 10:55:14下载
- 积分:1
-
Function as follows: to achieve the joint text file encryption, using DES encryp...
功能如下:实现对文本文件的联合加密,对文本文件使用DES加密,对文本文件使用RSA密钥进行DES加密。加密标准程序按照规范,进行加密。
- 2023-01-20 20:35:04下载
- 积分:1
-
简单的恺撒加密算法(c++描述),欢迎大家下载!
简单的恺撒加密算法(c++描述),欢迎大家下载!-simple Caesar encryption algorithm (c described), all are welcome to download!
- 2022-03-20 05:51:58下载
- 积分:1
-
1.具有低温上电和高温断电功能;
2.能够进行温度上限和温度下限设置,并且实时显示温度;
程序内以给出详细注释....
1.具有低温上电和高温断电功能;
2.能够进行温度上限和温度下限设置,并且实时显示温度;
程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature process to give detailed comments.
- 2022-08-16 13:06:37下载
- 积分:1
-
运动控制卡应用事例程序,对编程人员很方便。采用动态连接库方法...
运动控制卡应用事例程序,对编程人员很方便。采用动态连接库方法-Control card application software
- 2022-06-19 19:57:11下载
- 积分:1
-
核电健康管理系统使用 CPP 和文件的概念
"工作人员管理系统"projectentitled 被专为小到中期-sizedbusiness/company 的需要跟踪在他们之下的工人。管理支付在本组织的成败的重要作用。员工管理软件便于雇主要跟踪的所有记录。衍允许您添加工作人员记录删除 modifyworker 记录工人清单工人细节和退出选项也可用于衍
- 2022-01-31 09:44:51下载
- 积分:1
-
made a big day; ; Buddhism is facing game; Tension; Rub; Big Buddha; Quasar; Lar...
发了日大;;打法佛达拉;拉;擦;佛大;阿萨;大;;阿法萨-made a big day; ; Buddhism is facing game; Tension; Rub; Big Buddha; Quasar; Large; ; A law Sa
- 2023-04-18 15:55:02下载
- 积分:1
-
for use Log4j log operation, LOG4J log file records is a powerful tool, a very c...
使用Log4j进行日志操作,LOG4J是记录日志文件的强大工具,非常方便较大系统的开发。-for use Log4j log operation, LOG4J log file records is a powerful tool, a very convenient larger system development.
- 2023-04-11 15:00:04下载
- 积分:1