Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Assembly Registration Tool
|
| Definition
| .NET programming tool for registering an assembly in the Windows registry. This is required if COM clients need to call managed methods residing in a .NET assembly. Also, the tool (RegAsm.exe) can be used to generate a registry file (.reg.) containing all necessary registration information. Typically, registration occurs only when the assembly is first installed.
|
| See also
|
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|