This documentation is archived and is not being maintained.
AppDomainSetup Class
.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 AppDomainSetup Members.
System.Object
System.AppDomainSetup
[Visual Basic] <Serializable> <ClassInterface(ClassInterfaceType.None)> NotInheritable Public Class AppDomainSetup Implements IAppDomainSetup [C#] [Serializable] [ClassInterface(ClassInterfaceType.None)] public sealed class AppDomainSetup : IAppDomainSetup [C++] [Serializable] [ClassInterface(ClassInterfaceType::None)] public __gc __sealed class AppDomainSetup : public IAppDomainSetup [JScript] public Serializable ClassInterface(ClassInterfaceType.None) class AppDomainSetup implements IAppDomainSetup
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.
Remarks
Members of this class are used with the AppDomain.GetData and AppDomain.SetData methods to identify the System.AppDomain data to use.
This class implements the IAppDomainSetup interface.
CAUTION The default value for the System.AppdomainSetup.DisalowCodeDownload property is false. This setting is unsafe for services. To help prevent services from downloading partially trusted code, set this property to true.
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: