RegistrationConfig Class
Provides configuration information for installing assemblies into the COM+ catalog.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | RegistrationConfig() | Initializes a new instance of the RegistrationConfig class. |
| Name | Description | |
|---|---|---|
![]() | Application | Gets or sets the name of the COM+ application in which the assembly is to be installed. |
![]() | ApplicationRootDirectory | Gets or sets the name of the root directory of the application. |
![]() | AssemblyFile | Gets or sets the file name of the assembly to install. |
![]() | InstallationFlags | Gets or sets a flag that indicates how to install the assembly. |
![]() | Partition | Gets or sets the name of the COM+ partition. |
![]() | TypeLibrary | Gets or sets the name of the output Type Library Exporter (Tlbexp.exe) file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


