Kyl*_*ndo 44
这个答案涵盖了所有.NET SDK工具的简要描述和链接.如果您有任何其他信息,或者知道任何缺少的工具,请随时编辑.
al.exe - 程序集链接器从一个或多个文件(模块或资源文件)生成带有程序集清单的文件.模块是Microsoft中间语言( MSIL)文件,没有程序集清单.如果您有一个或多个模块(没有清单的元数据),则可以使用此模块在单独的文件中创建包含清单的程序集.
apatch.exe - 使用 Delta Compression API,它专门使用 PE文件的知识来改进压缩技术.它是Windows安装程序技术的一部分.优点:比发布新DLL小; 该补丁仅在受众拥有原始DLL时才有用.所以你可以自由发布补丁而不用担心盗版.
aspnet_merge.exe - The ASP.NET Merge tool enables you to combine and manage assemblies that are created by the ASP.NET Compilation tool (Aspnet compiler). The ASP.NET Merge tool works on assemblies that have been created by using ASP.NET version 2.0 or later. This enables the following: Create one assembly for the whole Web site; Create an assembly for each Web site folder, and add a prefix to the assembly name; Create a single assembly for just the Web site user interface (UI) elements, such as pages and controls.
AxImp.exe - ActiveX控件导入程序将ActiveX控件的COM类型库中的类型定义转换为Windows窗体控件.Windows窗体只能托管Windows窗体控件 - 即从Control派生的类.它为可以在Windows窗体上托管的ActiveX控件生成包装类.这允许您使用适用于其他Windows窗体控件的相同设计时支持和编程方法.
Cert2Spc.exe - 软件发布者证书测试工具从一个或多个 X.509证书创建软件发布者证书(SPC).这仅用于测试目的.您可以从VeriSign或Thawte等证书颁发机构获取有效的SPC.
checkv4.exe - Checkv4实用程序旨在为您提供代码移植合作伙伴; 与您一起逐步执行代码库的实用程序,识别潜在问题或突出显示可能受益于具有 IPv6功能或结构的代码,并提出建议.使用Checkv4实用程序,修改现有 IPv4应用程序以支持 IPv6的任务变得更加容易
clrver.exe - 检测计算机上安装了哪些版本的.NET Framework公共语言运行库( CLR).
Consume.exe - This command line tool can consume system resources for a specified amount of time and is useful for reproducing errors that might be caused by resource starvation. The resources it can consume include physical memory, page file space, disk space, kernel pool, and CPU time. As an example, start Windows Task Manager (Start->Run->taskmgr.exe) and select the Performance tab. Next, open the Windows SDK CMD window (Start->All Programs->Windows SDK v6.1->CMD Shell) and enter the following "consume.exe -cpu-time -time 15". You’ll see the CPU Usage History chart(s) climb to maximum for 15 seconds.
cordbg.exe - 运行时调试器可帮助工具供应商和应用程序开发人员找到并修复面向.NET Framework公共语言运行库的程序中的错误.此工具使用运行时调试API来提供调试服务.开发人员可以检查代码以了解如何使用调试服务.目前,您只能使用Cordbg来调试托管代码; 不支持调试非托管代码.
CorFlags.exe - CorFlags转换工具允许您配置可移植可执行映像标头的CorFlags部分.它是一个用于更改.NET可执行文件的某些标头属性的实用程序.最常见的是它用于更改.NET DLL的处理器体系结构.
ctrpp.exe - The CTRPP tool is a pre-processor that parses and validates your counters manifest. The tool also generates code that you use to provide your counter data. You should use the generated code as a starting point when developing your provider instead of trying to generate this code yourself.
disco.exe - The Web Services Discovery tool discovers the URLs of XML Web services located on a Web server and saves documents related to each XML Web service on a local disk.
DUMPBIN.exe - A utility that dumps various aspects of an executable image or .obj file (imports, exports, information in the header, etc). The Microsoft COFF Binary File Dumper displays information about 32-bit Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).
ECManGen.exe - The ECManGen tool uses a GUI that guides you through creating a manifest from scratch without ever having to use XML tags.
fdbrowser.exe - Function Discovery Browser是一个实用程序,它使用图形用户界面在本地计算机上显示函数实例.开发人员可以使用此工具确保计算机上可用的函数实例和元数据与预期结果相匹配.
FUSLOGVW.exe - 程序集绑定日志查看器显示失败的程序集绑定的详细信息.此信息可帮助您诊断.NET Framework无法在运行时找到程序集的原因.这些故障通常是部署到错误位置的程序集或版本号或文化不匹配的结果.
gacutil.exe - 在全局程序集缓存(GAC)中注册程序集.
genmanifest.exe - Genmanifest是一个创建清单的命令行程序.
graphedt.exe - GraphEdit是用于构建和测试过滤器图形的可视化工具.它是作为 DirectX SDK的可执行文件提供的.使用GraphEdit,您可以快速构建和测试过滤器图形,以查看它们是否按预期运行.您甚至可以查看由在另一个进程中运行的应用程序创建的过滤器图.
guidgen.exe - Guidgen工具创建新的全局唯一标识符( GUID).GUID是Microsoft通用唯一标识符( UUID)标准的实现.这些是唯一的128位值,用于唯一标识项目.
ildasm.exe - Intermediate Language Disassembler. You can view your compiled code at the MSIL level with this tool.
isXPS.exe - The isXPS Conformance tool tests a file's conformity to the XML Paper Specification (XPS) and the Open Packaging Conventions (OPC) Specification.
lc.exe - The License Compiler reads text files that contain licensing information and produces a .licenses file that can be embedded in a common language runtime executable as a resource.
mage.exe - Manifest生成和编辑工具是一个命令行工具,支持创建和编辑应用程序和部署清单.这可以从批处理脚本和其他基于Windows的应用程序(包括ASP.NET应用程序)运行.
mageui.exe - 支持与命令行工具Mage相同的功能,但具有基于Windows的用户界面(UI).使用此工具,您可以创建,编辑和签署部署和应用程序清单.
make-shell.exe - You can continue to create a separate custom shell (or minishell) using make-shell to include all the cmdlets & providers you've written. And in fact for packaging reasons you may still want to do that. Custom shells allow you to customize the environment thru startup/built-in scripts, custom types/format files and a separate authorization manager. So if you want a tightly controlled environment, you may want to stick with the custom shell.
makecert.exe - The Certificate Creation tool generates X.509 certificates for testing purposes only. It creates a public and private key pair for digital signatures and stores it in a certificate file. This tool also associates the key pair with a specified publisher's name and creates an X.509 certificate that binds a user-specified name to the public part of the key pair.
Mdbg.exe - The NET Framework Command-Line Debugger helps tools vendors and application developers find and fix bugs in programs that target the .NET Framework common language runtime. This tool uses the runtime Debug API to provide debugging services. Developers can examine the code to learn how to use the debugging services. Currently, you can use MDbg to debug only managed code; there is no support for debugging unmanaged code.
mgmtclassgen.exe - The Management Strongly Typed Class Generator tool enables you to quickly generate an early-bound managed class for a specified Windows Management Instrumentation (WMI) class. The generated class simplifies the code you must write to access an instance of the WMI class
midl.exe/midlc.exe - Given an IDL file that defines one or more COM interfaces and a type library, the MIDL compiler generates the files described in the following table as the default output.
MsiCert.exe - MsiCert is a command line utility that can be used to populate the MsiDigitalSignature table and MsiDigitalCertificate table with the digital signature information of an external cabinet file. The cabinet file must by digitally signed and listed in the Media table. MsiCert uses the signer certificate information from the digitally signed cabinet and will create and add the MsiDigitalSignature and MsiDigitalCertificate tables to the database if they do not already exist.
mt.exe - The Mt file is a tool that generates signed files and catalogs. Mt requires that the file referenced in the manifest be present in the same directory as the manifest. Mt generates hashes using the CryptoAPI implementation of the Secure Hash Algorithm (SHA-1). Hashes are inserted as a hexadecimal string into the tags in the manifest. The tool currently only generates SHA-1 hashes, although files in manifests may use other hashing schemes.
perflibmig.exe - Perflibv2 Migrator, used to implement or migrate perflibv2 onto a manifest file. The PerflibV2 interface is a set of methods that the client can use to enumerate performance counter metadata and query performance counter values on a server. The client can view all the counters that are installed on the system. After the client has decided which performance counters are of interest, it can open a query on the server and add the necessary counters. The client then queries these counters, upon which the server returns the values of the counters that are specified by the client. The client closes the query on the server once it has queried the counters for the necessary duration.
PermCalc.exe - The Minimum Grant Set Determination tool is used to estimate the permissions callers must be granted to access the public entry points of an assembly. This tool is new in the .NET Framework version 2.0. It is intended for use by advanced users.
PEVerify.exe - The PEVerify tool helps developers who generate Microsoft intermediate language (MSIL) (such as compiler writers, script engine developers, and so on) to determine whether their MSIL code and associated metadata meet type safety requirements. Some compilers generate verifiably type-safe code only if you avoid using certain language constructs. If, as a developer, you are using such a compiler, you may want to verify that you have not compromised the type safety of your code. In this situation, you can run the PEVerify tool on your files to check the MSIL and metadata.
ptconform.exe - Validates a Print Ticket or Print Capabilities document for conformance to the Print Schema. The Print Schema provides an XML-based format for expressing and organizing a large set of properties that describe either a job format or capabilities of a print queue in a hierarchically structured manner. The PrintSchema has well-defined public framework elements and public keywords. PTConform reads through an XML document and tests each node to be a valid public framework element. After testing for validity of the framework element, this test checks to see if it defines any public keyword element and checks for the keyword to conform to the PrintSchema.
pvk2pfx.exe - Tool used to be able to generate .pfx files from Code Signing certificates from authorized CA's to be used in applications.
ResGen.exe - The Resource File Generator converts text (.txt or .restext) files and XML-based resource format (.resx) files to common language runtime binary (.resources) files that can be embedded in a runtime binary executable or compiled into satellite assemblies.
sddlgen.exe - The security descriptor definition language (SDDL) defines the string format that the ConvertSecurityDescriptorToStringSecurityDescriptor and ConvertStringSecurityDescriptorToSecurityDescriptor functions use to describe a security descriptor as a text string. The language also defines string elements for describing information in the components of a security descriptor. I am going to give a little guess here and say this tool is a generator for this purpose. Please check the link for more information on SDDL.
SecUtil.exe - This tool extracts strong name information or the public key for an X.509 certificate from an assembly and converts this information into a format that can be incorporated into code.
SetReg.exe - The Set Registry tool allows you to change the registry settings for public key cryptography. These keys, called the Software Publishing State Keys, control the behavior of the certificate verification process. After Setreg completes the requested action, it displays the current values of the Software Publishing State Keys.
sgen.exe - The XML Serializer Generator creates an XML serialization assembly for types in a specified assembly in order to improve the startup performance of a XmlSerializer when it serializes or deserializes objects of the specified types.
signtool.exe - The Sign Tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.
sn.exe - StrongName tool. Allowing you to generate Strong Name keys for your assemblies, also catering for signatures.
SoapSuds.exe - The Soapsuds tool helps you compile clien
| 归档时间: |
|
| 查看次数: |
5610 次 |
| 最近记录: |