Use the. NET Framework command line tool

Source: Internet
Author: User

· Al.exe:ProgramAssembly Linker, which generates an assembly list file from one or more modules or resource files. A module is a Microsoft intermediate language file (msil) without an assembly list ). All Visual Studio compilers generate an assembly. However, if you have one or more modules (without listing metadata), you can use al.exe to create an assembly using the list in an independent file.

· Aspnet_regiis.exe: this tool allows you to install ASP. NET on IIS. In addition, it can simplify the use of multiple ASP. NET versions that run simultaneously. It allows you to update script ing for ASP. NET Applications to point to the ASP. net isapi version associated with the tool. This tool can also be used to display the status of all installed ASP. NET versions, register ASP. NET versions and tools, create client script directories, and complete other configuration operations.

· Aspnet_state.exe: this tool allows session status information to be stored on a computer. It runs as a service. If session status information is stored on a remote computer, the tool can also be installed on that remote computer.

· Caspol.exe:CodeThe code access security policy tool allows users and administrators to modify security policies at the machine policy level, user policy level, and enterprise policy level. You can use caspol.exe to write a batch script to configure security policies.

· Configwizards.exe: this tool starts the. NET wizard window (Windows Control Panel | Administrative Tools | Microsoft. NET Framework wizards 1.1 ). It provides access to the following three tools: Adjust. Net Security, trust an assembly, and fix an application.

· Csc.exe: Visual C # compiler. /Debug switch to debug mode.

· Cvtres.exe: Resource object converter (resource conversion to object ). This tool is usually used to convert a binary resource file into an object file. Local resources usually use. the RC file starts and is then compiled into one by rc.exe. res file, and then convert it from cvtres.exe to. OBJ file, last like other. the OBJ file is linked to your local application.

· Dw15.exe: This tool provides the error message you want to see when using the. NET Framework. The error message asks if you want to send an error report to Microsoft. (Many users accuse the applet of being Microsoft's spyware .)

· Gacutil.exe: Global Assembly Cache tool used to manage Assembly cache. It can be used to view global cache content, add or delete an assembly. To use this tool to list all the Assembly cached by the global assembly (GAC), you can use the/l switch. (/I switch to install the Assembly,/u Switch to delete the Assembly .)

· Ieexec.exe: this tool simplifies the testing of applications started with URLs, including the development of applications such as Windows form without contacts. The tool ieexec.exe can debug these applications instead of IDE. It only accepts URL scheme (for example, ieexec.exe http: // server/theapplication. EXE .); It does not allow you to specify region settings and site settings. If you try to specify the region and site settings, an error will occur.

· Ilasm.exe: msil assembler (Executor), which generates a portable executable file (PE) from the msil assembly ). You can run the generated executable file to determine whether msil has generated what you want.

· Installutil.exe: installer tool that allows you to run installer components in a specified program to install and uninstall server resources. This tool works with classes in the system. configuration. Install namespace. For example, this tool is used when installing a Windows service.

· Jsc.exe: A _ jsciprt. Net compiler. /Debug switch to debug mode.

· Migpol. Ex: migration policy tool that provides the ability to migrate policies between two compatible. NET Framework versions.

· Ngen.exe: Native image generator. This tool creates a native image from a hosted assembly and installs it on the native image cache on a local computer. Native image cache is the reserved area of GAC. Once you create a native image for an assembly, the Library (runtime) automatically uses that native image every time the Assembly runs.

· Regasm.exe: Assembly registry tool that reads metadata from an assembly and adds necessary entries to the Registry. This allows the COM Client to be transparently created.. NET Framework class. After the. NET Framework class is registered, any COM Client can use it, just as if it is a com class .. Net Framework class will only be registered once, that is, registered when the Assembly is installed. Before the. NET Framework class in the Assembly is registered, their instances cannot be created from Com.

· Regsvcs.exe: This Service Installation tool can be used to load and register an assembly, register and install a type library, or add configurations to a class service. Regsvcs.exe requires a source set file specified by assemblyfile. dll. This Assembly must use a strong name signature .. Net Framework SDK (sn.exe ).

· Vbc.exe: Visual Basic. Net compiler. /Debug switch to debug mode.

· Vbj.exe: Visual J #. Net compiler. /Debug switch to debug mode.

 

Source: zdnet.com.cn

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.