AppDomainHelper class
Applies to: desktop apps only
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+.
| 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
|
Minimum supported client | Windows XP with SP1 |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012