NukeDownloadedCache Function

Deletes the common language runtime (CLR) download cache.

Syntax

HRESULT NukeDownloadedCache();  

Return Value

This method returns standard COM error codes, as defined in WinError.h.

Remarks

The CLR download cache is the area where strong-named assemblies that are downloaded from a URL are stored for possible reuse.

Requirements

Platforms: See System Requirements.

Header: Fusion.h

Library: Fusion.dll and Mscorwks.dll. Use Fusion.dll instead of Mscorwks.dll to ensure that you target the correct version of the .NET Framework.

.NET Framework Versions: Available since 1.1

See also