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 spécifique à l’application où les fichiers sont copiés en ombre.
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 complet du chemin d’accès au répertoire et du nom de fichier dans lequel les fichiers sont copiés instantanément.
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 instantanée, consultez Assemblys de cliché instantané.