.Net里的命令行工具与作用

来源:互联网 发布:java restrictions 编辑:程序博客网 时间:2024/04/28 05:37

Al

Takes a resource file or IL file and adds an assembly manifest

Regasm

Exposes .NET assemblies to COM Objects

Fuslogvw

Displays details for failed assembly binds

Gacutil

Allows you to view and manipulate the contents of the global assembly cache and download cache

Installutil

Allows .NET assemblies to be installed and uninstalled as Windows services

Ngen

Creates native code from an assembly and caches it for faster execution

Regsvcs

Allows .NET assemblies to be installed and uninstalled as a COM+ component

Tlbexp

Generates a COM type library from an assembly

Tlbimp

Converts the type definitions found within a COM type library into equivalent definitions in managed metadata format for use with a .NET assembly

Cordbg

Provides command-line debugging services using the Common Language Runtime Debug API

DbgCLR

Provides a graphical debugger

Caspol

Allows you to manipulate machine, user, and enterprise-level code access security policies

Signcode

Digitally signs a portable executable (PE) file

Permview

Displays permission sets requested by the assembly

Peverify

Performs type safety verification and metadata validation checks on an assembly

Secutil

Extracts the strong name public key of an assembly

Sn

Enables strong naming of assemblies

Ilasm

Intermediate Language (IL) assembler

Ildasm

Intermediate Language (IL) disassembler

Resgen

Converts text files and .resx files to .resources files

Aximp

Allows an ActiveX control to work on a Windows Form

Winres

Simplifies localization by reading and displaying resource files

 
原创粉丝点击