

Deployment Tools Foundation
Refresh Method (newFileInfo)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileInfo ► Refresh(ArchiveFileInfo)
Refreshes the information in this object with new data retrieved
from an archive.

C# | Visual Basic | Visual C++ | F# |
protected virtual void Refresh( ArchiveFileInfo newFileInfo )
Protected Overridable Sub Refresh ( newFileInfo As ArchiveFileInfo )
protected: virtual void Refresh( ArchiveFileInfo^ newFileInfo )
abstract Refresh : newFileInfo : ArchiveFileInfo -> unit override Refresh : newFileInfo : ArchiveFileInfo -> unit

- newFileInfo (ArchiveFileInfo)
- Fresh instance for the same file just read from the archive.

Subclasses may override this method to refresh sublcass fields.
However they should always call the base implementation first.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)