RemoteRegAsm 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) in another application domain.

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

Syntax

'Declaration
Public Class RemoteRegAsm _
    Inherits MarshalByRefObject
'Usage
Dim instance As RemoteRegAsm
public class RemoteRegAsm : MarshalByRefObject
public ref class RemoteRegAsm : public MarshalByRefObject
public class RemoteRegAsm extends MarshalByRefObject
type RemoteRegAsm =  
    class
        inherit MarshalByRefObject
    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
  System.MarshalByRefObject
    RegCode.RemoteRegAsm

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

RemoteRegAsm Members

RegCode Namespace