登录
首页 » C# » .NET Reflector 5.0 使用例子(反编译软件)

.NET Reflector 5.0 使用例子(反编译软件)

于 2015-06-15 发布
0 201
下载积分: 1 下载次数: 0

代码说明:

.NET Reflector 5.0 Release Notes 28 December 2006 Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta. LINQ and .NET Framework 3.5: Reflector supports query expressions and other concepts introduced in C# 3.5. To enable this feature select ".NET 3.5" under View, Options, Disassembler, Optimization. .NET Framework compatibility: Reflector runs on all versions of the .NET Framework using its own assembly loading infrastructure which does not rely on the Reflection API. For example, Reflector can load .NET Framework 2.0 assemblies without having the .NET Framework 2.0 installed. Assembly Lists: When launched for the first time, Reflector allows you to choose a default set of assemblies. The list of assemblies is then stored in the Reflector.cfg file and will be loaded next time you open the program. Reflector allows creating multiple assembly lists and switching between the lists using the File, Open List dialog. To choose a different set of default assemblies for the current assembly list you should remove all assemblies from the list (DEL) and invoke the Refresh command (F5). Assembly Cache: When resolving an assembly reference, Reflector will first search the local path next to the assembly holding the reference and then falls back to the cache directories defined in the Reflector.cfg file. Reflector does not search the Global Assembly Cache (GAC) unless you add "%SystemRoot%Assembly" to the cache directories list. Assembly Versioning: By default, assembly version numbers are ignored when resolving type and member references. You can enable side-by-side versioning in the options dialog but it is suggested to avoid this if possible. Add-Ins: Information about the Reflector add-in model can be found here. The most recent version of .NET Reflector is available here. Disclaimer: This software is provided "AS IS" with no warranties of any kind. The entire risk arising out of the use or performance of the software is with you.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c#与西门子s7-200 smart 通讯实例 S7TCPDLL.dll
    【实例简介】 c#与西门子s7-200 smart 通讯实例 内附S7TCPDLL.dll 【使用说明】 在bin文件夹debug,config文件打开配置PLC IP地址,CPU 的信息 修改配置文件 [PlcComTCP] IP=192.168.0.1  //PLC IP地址 Rack=0          //PLC 机架 Slot=1          //PLC 插槽 注,PLC和电脑 IP必须在同一网段 S7TCPDLL使用方法 1)添加引用,然后倒入命名空间 using S7TCPDLL; 2)实例化函数 S7Client 例如:   S7Client client = new S7Client(); 然后利用VS开发平台智能感知的功能可选择相应函数 例如调用置位函数 SetBitQB(0, 0)        首先实例化函数S7Client client = new S7Client();        然后 client.SetBitQB(0, 0); 调用其他函数类似。
    2021-05-18 10:33:07下载
    积分:1
  • Win10系统,Office激活软件,获取本机信息
    Win10系统,Office激活软件,获取本机信息,查看本机的激活状态等等
    2021-05-06下载
    积分:1
  • STM32单片机实现音控制
    实验器材: 战舰STM32F103开发板V3版本 实验目的: 学习串口的使用(接收与发送) 硬件资源: 1,DS0(连接在PB5)   2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 实验现象: 本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换 行结束)后, 原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每 隔一定时间,通过串口1输出一段信息到电脑。  注意事项: 1,电脑端串口调试助手波特率必须是115200. 2,请使用XCOM/SSCOM串口调试助手,其他串口助手可能控制DTR/RTS导致MCU复位/程序不运行 3,串口输入字符串以回车换行结束. 4,请用USB线连接在USB_232,找到USB转串口后测试本例程. 5,P4的PA9/PA10必须通过跳线帽连接在RXD/TXD上.
    2020-03-09下载
    积分:1
  • 通讯录管理系统简单实现
    【实例简介】通讯录管理系统简单实现  编写通讯录管理程序。定义一个Friend类,包括name(姓名)、sex(性别)、age(年龄)、phone(电话)、mail(邮箱)、QQ(QQ号码)、company(单位)等属性和对这些属性的操作函数,用你自己的真实信息和你的朋友们的信息构造对象数组,实现通讯录列表、查询、修改、添加、删除、保存、退出等功能。   要求:每个成员对象包含 name(姓名)、sex(性别)、age(年龄)、phone(电话)、mail(邮箱)、QQ(QQ号码)、company(单位)等属性 和对这些属性的操作函数,程序控制采用多级菜单,在功能展示界面,按照功能代码选择测试相应的功能。
    2021-12-14 00:45:35下载
    积分:1
  • p2p文件传输
    p2p文件传输
    2013-12-24下载
    积分:1
  • 51wifi视频小车以及C#上位机(源码+下位机程序)
    51wifi视频小车以及C#上位机(源码+下位机程序)
    2019-07-23下载
    积分:1
  • Jwt Sample(asp.net core)
    [Introduction of the example] Jwt的使用Demo# 包含内容- asp.net core集成jwt权限验证- token的强制失效- 对api接口进行基于策略模式的权限验证[Screenshot of the example] [Core code]
    2019-12-24下载
    积分:1
  • C# 人事工资管理系统源码(含数据库)
    C# 人事工资管理系统源码(含数据库)
    2018-04-06下载
    积分:1
  • 混沌加密解密 字符串 图片 文件,附带完整C#源码
    混沌加密解密 字符串 图片 文件,附带完整C#源码
    2013-12-28下载
    积分:1
  • 计算你人生 剩余几个月 实例源码
    计算你人生 剩余几个月 实例源码
    2014-06-11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载