AppDomain.SetCachePath(String) Yöntem

Tanım

Dikkat

AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. https://go.microsoft.com/fwlink/?linkid=14202

Dikkat

AppDomain.SetCachePath has been deprecated and is not supported.

Dikkat

AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. http://go.microsoft.com/fwlink/?linkid=14202

Belirtilen dizin yolunu derlemelerin gölge kopyalandığı konum olarak oluşturur.

[System.Obsolete("AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public void SetCachePath (string? path);
[System.Obsolete("AppDomain.SetCachePath has been deprecated and is not supported.")]
public void SetCachePath (string? path);
[System.Obsolete("AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public void SetCachePath (string path);
public void SetCachePath (string path);
[System.Obsolete("AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Security.SecurityCritical]
public void SetCachePath (string path);
[System.Obsolete("AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public void SetCachePath (string path);

Parametreler

path
String

Gölge kopya konumunun tam yolu.

Uygulamalar

Öznitelikler

Özel durumlar

İşlem, yüklenmemiş bir uygulama etki alanında deneniyor.

Açıklamalar

Özellik ayarlanmadıysa ApplicationName önbellek yolu yoksayılır. Özelliğine AppDomainSetup.CachePath bakın.

Gölge kopyalama hakkında daha fazla bilgi için bkz. Gölge Kopyalama Bütünleştirilmiş Kodları.

Şunlara uygulanır

Ürün Sürümler (Kullanım dışı)
.NET (Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)
.NET Standard (2.0, 2.1)

Ayrıca bkz.