RegistrationHelper Class
.NET Framework 3.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)
[GuidAttribute("89a86e7b-c229-4008-9baa-2f5c8411d7e0")] public sealed class RegistrationHelper : MarshalByRefObject, IRegistrationHelper
/** @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
Not applicable.
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.
Community Additions
ADD
Show: