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 AppDomain instance pour une application web. Cette interface a été utilisée par les versions de .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
| Nom | Description |
|---|---|
| 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 a été utilisée par les versions de .NET Framework antérieures à la version 2.0 ; la version 2.0 utilise l’interface IAppManagerAppDomainFactory à la place. |