IAppDomainInfo Interface
.NET Framework 3.0
This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides information about the application domain.
Namespace: System.Web.HostingAssembly: System.Web (in system.web.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [GuidAttribute("5BC9C234-6CD7-49bf-A07A-6FDB7F22DFFF")] public interface IAppDomainInfo
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("5BC9C234-6CD7-49bf-A07A-6FDB7F22DFFF") */
public interface IAppDomainInfo
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) GuidAttribute("5BC9C234-6CD7-49bf-A07A-6FDB7F22DFFF") public interface IAppDomainInfo
Not applicable.
IAppDomainInfo is introduced in the . For more information, see The .NET Framework 3.5 Architecture.
Community Additions
ADD
Show: