Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarArchive Class / ClearCachedTarHandlers Method


In This Topic
    ClearCachedTarHandlers Method
    In This Topic
    Clears the cached internal data structures associated with each TarArchive that has been accessed by the component.
    Syntax
    'Declaration
     
    Public Shared Sub ClearCachedTarHandlers() 
    'Usage
     
    TarArchive.ClearCachedTarHandlers()
    public static void ClearCachedTarHandlers()
    Remarks
    This method is mainly for debugging purposes and does not need to be called from your code.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also