IAppDomainFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |