IAppDomainFactory Interface

Définition

Définit une méthode unique pour créer une instance de AppDomain pour une application Web. Cette interface était utilisée par les versions du .NET Framework antérieures à la version 2.0 ; la version 2.0 utilise l'interface IAppManagerAppDomainFactory à la place.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public interface class IAppDomainFactory
[System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainFactory
[<System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainFactory = interface
Public Interface IAppDomainFactory
Dérivé
Attributs

Méthodes

Create(String, String, String, String, String, Int32)

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Crée un domaine d'application pour l'application Web spécifiée. Cette interface était utilisée par les versions du .NET Framework antérieures à la version 2.0 ; la version 2.0 utilise l'interface IAppManagerAppDomainFactory à la place.

S’applique à