RegCode Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides the ability to run the Assembly Registration tool (Regasm.exe) from managed code.

Namespace:  RegCode
Assembly:  Regcode (in Regcode.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class RegCode
'Usage
Dim instance As RegCode
[ComVisibleAttribute(false)]
public class RegCode
[ComVisibleAttribute(false)]
public ref class RegCode
public class RegCode
[<ComVisibleAttribute(false)>]
type RegCode =  class end

Remarks

The Assembly Registration tool (Regasm.exe) reads the metadata in an assembly and adds the necessary entries to the registry, which enables COM clients to create .NET Framework classes transparently. When a class has been registered, any COM client can use the class as if it were a COM class. The class is registered only one time, when the assembly is installed. Instances of classes in the assembly cannot be created from COM until they are registered.

Inheritance Hierarchy

System.Object
  RegCode.RegCode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 1.1, 1.0

See Also

Reference

RegCode Members

RegCode Namespace