RegistrationConnectionType Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Runtime.InteropServicesAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| MultipleUse | Multiple applications can connect to the class object through calls to CoGetClassObject. | |
| MultiSeparate | Registers separate CLSCTX_LOCAL_SERVER and CLSCTX_INPROC_SERVER class factories. | |
| SingleUse | Once an application is connected to a class object with CoGetClassObject, the class object is removed from public view so that no other applications can connect to it. This value is commonly used for single document interface (SDI) applications. | |
| Surrogate | The class object is a surrogate process used to run DLL servers. | |
| Suspended | Suspends registration and activation requests for the specified CLSID until there is a call to CoResumeClassObjects. |
The values in the RegistrationConnectionType enumeration are used in the flags parameter of the RegisterTypeForComClients method. These values are the same as those defined in the COM REGCLS enumeration, which is used as the flags parameter in calls to the COM API CoRegisterClassObject.
For more information about CoRegisterClassObject and the REGCLS enumeration, see the MSDN library.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.