RegistrationConnectionType Enumeration
.NET Framework 3.0
Defines the types of connections to a class object.
Assembly: mscorlib (in mscorlib.dll)
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: