RegistrationHelper Class
Installs and configures assemblies in the COM+ catalog. This class cannot be inherited.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | RegistrationHelper() | Initializes a new instance of the RegistrationHelper class. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | InstallAssembly(String, String, String, String, InstallationFlags) | Installs the named assembly in a COM+ application. |
![]() | InstallAssembly(String, String, String, InstallationFlags) | Installs the named assembly in a COM+ application. |
![]() | InstallAssemblyFromConfig(RegistrationConfig) | Installs the named assembly in a COM+ application. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UninstallAssembly(String, String) | Uninstalls the assembly from the given application. |
![]() | UninstallAssembly(String, String, String) | Uninstalls the assembly from the given application. |
![]() | UninstallAssemblyFromConfig(RegistrationConfig) | Uninstalls the assembly from the given application. |
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.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
