IAppDomainHelper interface (comsvcs.h)

Binds a managed object to an application domain, which is an isolated environment where applications execute. It provides callbacks to enter an application domain and for shutdown of the application domain.

Inheritance

The IAppDomainHelper interface inherits from the IDispatch interface. IAppDomainHelper also has these types of members:

Methods

The IAppDomainHelper interface has these methods.

 
IAppDomainHelper::DoCallback

Switches into a given application domain (which the calling object must be bound to), executes the supplied callback function in that application domain, and then returns to the original application domain.
IAppDomainHelper::Initialize

Binds the calling object to the current application domain and provides a callback function for shutdown that is executed when the application domain is unloaded.

Requirements

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