This documentation is archived and is not being maintained.
IRegistrationServices Interface
Visual Studio 2010
Provides a set of services for registering and unregistering managed assemblies for use from COM.
Assembly: mscorlib (in mscorlib.dll)
The IRegistrationServices type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetManagedCategoryGuid | Returns the GUID of the COM category that contains the managed classes. |
![]() | GetProgIdForType | Retrieves the COM ProgID for a specified type. |
![]() | GetRegistrableTypesInAssembly | Retrieves a list of classes in an assembly that would be registered by a call to RegisterAssembly. |
![]() | RegisterAssembly | Registers the classes in a managed assembly to enable creation from COM. |
![]() | RegisterTypeForComClients | Registers the specified type with COM using the specified GUID. |
![]() | TypeRepresentsComType | Determines whether the specified type is a COM type. |
![]() | TypeRequiresRegistration | Determines whether the specified type requires registration. |
![]() | UnregisterAssembly | Unregisters the classes in a managed assembly. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
