COM+ Classes

The following are the COM+ classes.

Class Description
AppDomainHelper Binds a managed object to an application domain, which is an isolated environment where applications execute.
ClrAssemblyLocator Retrieves information about an assembly when using managed code in the .NET Framework common language runtime.
CServiceConfig Specifies and configures the services that are to be active in the service domain entered when calling either CoCreateActivity or CoEnterServiceDomain.
SecurityCallContext Provides access to the current call's security context, which contains information about an object's callers.
SecurityCallers Provides access to information about individual callers in a collection of callers. The collection represents the chain of calls ending with the current call, and each caller in the collection represents the identity of one caller.
SecurityIdentity Provides access to a collection of security information representing a caller's identity. Using this class, you can find out about a particular caller in a chain of callers that is part of the security call context.
SharedProperty Sets or retrieves the value of a shared property.
SharedPropertyGroup Creates and accesses the shared properties in a shared property group.
SharedPropertyGroupManager Creates shared property groups and to obtain access to existing shared property groups.
TransactionContext Creates a generic transactional object that begins a transaction.
TransactionContextEx Creates a generic transactional object that begins a transaction. By calling the methods of this class, you can compose the work of multiple COM objects in a single transaction and explicitly commit or abort the transaction.