The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
_AppDomain Interface
.NET Framework 2.0
Exposes the public members of the System.AppDomain class to unmanaged code.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <CLSCompliantAttribute(False)> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ <GuidAttribute("05F696DC-2B29-3663-AD8B-C4389CF2A713")> _ <ComVisibleAttribute(True)> _ Public Interface _AppDomain 'Usage Dim instance As _AppDomain
/** @attribute CLSCompliantAttribute(false) */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("05F696DC-2B29-3663-AD8B-C4389CF2A713") */
/** @attribute ComVisibleAttribute(true) */
public interface _AppDomain
CLSCompliantAttribute(false) InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("05F696DC-2B29-3663-AD8B-C4389CF2A713") ComVisibleAttribute(true) public interface _AppDomain
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
Show: