RegistrationHelper Class
Installs and configures assemblies in the COM+ catalog. This class cannot be inherited.
For a list of all members of this type, see RegistrationHelper Members.
System.Object
System.MarshalByRefObject
System.EnterpriseServices.RegistrationHelper
[Visual Basic] <Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")> NotInheritable Public Class RegistrationHelper Inherits MarshalByRefObject Implements IRegistrationHelper [C#] [Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")] public sealed class RegistrationHelper : MarshalByRefObject, IRegistrationHelper [C++] [Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")] public __gc __sealed class RegistrationHelper : public MarshalByRefObject, IRegistrationHelper [JScript] public Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0") class RegistrationHelper extends MarshalByRefObject implements IRegistrationHelper
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.
Remarks
RegistrationHelper is used by both the .NET Services Installation Tool (Regsvcs.exe) and the automatic registration steps that are performed on first activation of a ServicedComponent.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
RegistrationHelper Members | System.EnterpriseServices Namespace