RegistrationHelper Class

 

Installs and configures assemblies in the COM+ catalog. This class cannot be inherited.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

System::Object
  System::MarshalByRefObject
    System.EnterpriseServices::RegistrationHelper

[GuidAttribute("89a86e7b-c229-4008-9baa-2f5c8411d7e0")]
public ref class RegistrationHelper sealed : MarshalByRefObject, 
	IRegistrationHelper

NameDescription
System_CAPS_pubmethodRegistrationHelper()

Initializes a new instance of the RegistrationHelper class.

NameDescription
System_CAPS_pubmethodCreateObjRef(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.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodInstallAssembly(String^, String^%, String^, String^%, InstallationFlags)

Installs the named assembly in a COM+ application.

System_CAPS_pubmethodInstallAssembly(String^, String^%, String^%, InstallationFlags)

Installs the named assembly in a COM+ application.

System_CAPS_pubmethodInstallAssemblyFromConfig(RegistrationConfig^%)

Installs the named assembly in a COM+ application.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUninstallAssembly(String^, String^)

Uninstalls the assembly from the given application.

System_CAPS_pubmethodUninstallAssembly(String^, String^, String^)

Uninstalls the assembly from the given application.

System_CAPS_pubmethodUninstallAssemblyFromConfig(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.

.NET Framework
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.

Return to top
Show: