IAppDomainSetup Interface

Définition

Représente des informations de liaison d’assembly qui peuvent être ajoutées à une instance de AppDomain.

public interface class IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainSetup
[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IAppDomainSetup
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainSetup = interface
[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IAppDomainSetup = interface
Public Interface IAppDomainSetup
Dérivé
Attributs

Remarques

Les membres de cette interface sont utilisés avec les AppDomain.GetData méthodes et AppDomain.SetData pour identifier les AppDomain données à utiliser.

Propriétés

ApplicationBase

Obtient ou définit le nom du répertoire contenant l'application.

ApplicationName

Obtient ou définit le nom de l'application.

CachePath

Obtient ou définit le nom d’une zone propre à l’application où se trouvent les clichés instantanés des fichiers.

ConfigurationFile

Obtient ou définit le nom du fichier de configuration pour un domaine d'application.

DynamicBase

Obtient ou définit le répertoire où les fichiers générés de manière dynamique sont stockés et accédés.

LicenseFile

Obtient ou définit l'emplacement du fichier de licence associé à ce domaine.

PrivateBinPath

Obtient ou définit la liste des répertoires qui est combinée avec le répertoire ApplicationBase pour détecter les assemblys privés.

PrivateBinPathProbe

Obtient ou définit le chemin d'accès de répertoire binaire privé utilisé pour localiser une application.

ShadowCopyDirectories

Obtient ou définit les noms des répertoires contenant les assemblys pour lesquels des copies fantômes doivent être effectuées.

ShadowCopyFiles

Obtient ou définit une chaîne indiquant si les clichés instantanés sont activés ou désactivés.

S’applique à