This documentation is archived and is not being maintained.
IAppDomainSetup Interface
.NET Framework 1.1
Represents assembly binding information that can be added to an instance of AppDomain.
For a list of all members of this type, see IAppDomainSetup Members.
[Visual Basic] <Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IAppDomainSetup [C#] [Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IAppDomainSetup [C++] [Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface IAppDomainSetup [JScript] public Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface IAppDomainSetup
Classes that Implement IAppDomainSetup
| Class | Description |
|---|---|
| AppDomainSetup | Represents assembly binding information that can be added to an instance of AppDomain. |
Remarks
Members of this interface are used with the AppDomain.GetData and AppDomain.SetData methods to identify the AppDomain data to use.
Requirements
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: