RegistrationHelper Class
.NET Framework 2.0
Installs and configures assemblies in the COM+ catalog. This class cannot be inherited.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration <GuidAttribute("89a86e7b-c229-4008-9baa-2f5c8411d7e0")> _ Public NotInheritable Class RegistrationHelper Inherits MarshalByRefObject Implements IRegistrationHelper 'Usage Dim instance As RegistrationHelper
/** @attribute GuidAttribute("89a86e7b-c229-4008-9baa-2f5c8411d7e0") */
public final class RegistrationHelper extends MarshalByRefObject implements IRegistrationHelper
GuidAttribute("89a86e7b-c229-4008-9baa-2f5c8411d7e0") public final class RegistrationHelper extends MarshalByRefObject implements IRegistrationHelper
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: