This documentation is archived and is not being maintained.
AppDomainHelper Class
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Switches into the given application domain, which the object should be bound to, and does a callback on the given function.
For a list of all members of this type, see AppDomainHelper Members.
System.Object
System.EnterpriseServices.Internal.AppDomainHelper
[Visual Basic] <Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")> Public Class AppDomainHelper [C#] [Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")] public class AppDomainHelper [C++] [Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")] public __gc class AppDomainHelper [JScript] public Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4") class AppDomainHelper
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.EnterpriseServices.Internal
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
AppDomainHelper Members | System.EnterpriseServices.Internal Namespace
Show: