Assembly Registration (Regasm.exe) is a tool used to read the metadata within an assembly. It also adds the necessary entries to the registry allowing a COM client to create .NET Framework classes. Once a class is registered using Regasm.exe, a COM client can use it as a COM component. Following is the syntax for using Regasm.exe: regasm assemblyFile [options] where, assemblyFile specifies the assembly that is to be registered with COM and the term options specifies the options to be used. Following are the options that are commonly used with Regasm.exe:
| Option | Description |
|---|---|
| /codebase | It is used to create a codebase entry in the registry. |
| /regfile | It is used to generate a specified .reg file, containing the required registry entries, for the assembly. |
| /silent or /s | It is used to suppress the display of success messages. |
| /unregister or /u | It is used to unregister creatable classes. |
| /tlb | It is used to generate a type library from a specified assembly. |
- Click here to download mcad test study guide and practice question.
- Pass MCDBA in first attampt.
- Get certified in first attempt download mcp - MCP simulation.
- Click here to download mcsa-2000-to-2003 test study guide and practice question.
- Pass MCSA to MCSE-2003 in first attampt.
- Download free practice test for 70-305 Web Based Applications with VB.NET exam.
- Download practice question and study guide for 70-306 for exam.
- Get certified in first attempt download 70-310 - Developing XML Web Services simulation.
- Download free practice test for 70-315 Web Applications with C# .NET exam.
- Best exam simulation Microsoft 70-316 download free trial.
- Click here to download 70-320 test study guide and practice question.
- Click here to download 70-529-CSHARP test study guide and practice question.
- Pass VB.NET 2.0 Distributed Application Development in first attampt.
- Click here to download 70-536-CSHARP test study guide and practice question.
- Pass Microsoft 70-536-VB - VB .NET Framework Application Development Foundation
- Download free practice test for Microsoft Designing Web-Based Applications C#.NET exam.
- Get certified in first attempt download 70-547-VB - Designing Web-Based Applications VB.NET simulation.
- Pass UPGRADE: MCAD to MCPD Windows Developer C#.NET in first attampt.
- Best exam simulation Microsoft 70-552-VB download free trial.
- Download practice question and study guide for 70-554-CSHARP for exam.
- Pass Microsoft 70-554-VB - UPGRADE: MCSD Skills to MCPD Enterprise II VB.NET
- Download free practice test for 70-562-CSHARP MCTS: .NET Framework 3.5, ASP.NET Application Development exam.
- Download practice question and study guide for 70-562-VB for exam.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
where are we supposed to write the code?? Could you please give an example