IRegistrationServices Interface
.NET Framework (current version)
Provides a set of services for registering and unregistering managed assemblies for use from COM.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetManagedCategoryGuid() | Returns the GUID of the COM category that contains the managed classes. |
![]() | GetProgIdForType(Type) | Retrieves the COM ProgID for a specified type. |
![]() | GetRegistrableTypesInAssembly(Assembly) | Retrieves a list of classes in an assembly that would be registered by a call to RegisterAssembly. |
![]() | RegisterAssembly(Assembly, AssemblyRegistrationFlags) | Registers the classes in a managed assembly to enable creation from COM. |
![]() | RegisterTypeForComClients(Type, Guid) | Registers the specified type with COM using the specified GUID. |
![]() | TypeRepresentsComType(Type) | Determines whether the specified type is a COM type. |
![]() | TypeRequiresRegistration(Type) | Determines whether the specified type requires registration. |
![]() | UnregisterAssembly(Assembly) | Unregisters the classes in a managed assembly. |
Registration is needed when the objects within an assembly are being used by COM clients.
.NET Framework
Available since 1.1
Available since 1.1
Show:
