AppDomainSetup.CachePath Propriété
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.
Obtient ou définit le nom d’une zone propre à l’application où se trouvent les clichés instantanés des fichiers.
public:
property System::String ^ CachePath { System::String ^ get(); void set(System::String ^ value); };
public string CachePath { get; set; }
member this.CachePath : string with get, set
Public Property CachePath As String
Valeur de propriété
Nom qualifié complet du chemin d'accès au répertoire et du nom de fichier contenant les clichés instantanés des fichiers.
Implémente
Remarques
Pour que cette propriété ait un effet, la ApplicationName propriété doit également être définie. Si la ApplicationName propriété n’est pas définie, la CachePath propriété est ignorée et l’emplacement du cache de cliché instantané est défini par défaut sur le cache de téléchargement.
Pour plus d’informations sur la copie d’ombres, consultez Assemblys de copie instantanée.