Share via


NukeDownloadedCache Function

Deletes the common language runtime (CLR) download cache.

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 .NET Framework 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: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1

See Also

Reference

CreateHistoryReader Function

GetHistoryFileDirectory Function

Other Resources

Fusion Global Static Functions