AppDomainHelper class

Binds a managed object to an application domain, which is an isolated environment where applications execute.

When to implement

This class is implemented by COM+.

Requirement Value
CLSID GUID_AppDomainHelper
ProgID L"System.EnterpriseServices.Internal.AppDomainHelper"
Interfaces IAppDomainHelper

When to use

Use this class to access the methods of IAppDomainHelper.

Remarks

To create this object, call CoCreateInstance.

To use this class from Microsoft Visual Basic, add a reference to the COM+ Services Type Library. An AppDomainHelper object can be declared using "COMSVCSLib.AppDomainHelper" as the class name.

Requirements

Requirement Value
Minimum supported client
Windows XP with SP1 [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
ComSvcs.h

See also

IAppDomainHelper