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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void Refresh( ArchiveFileInfo newFileInfo )
Protected Overridable Sub Refresh ( _ newFileInfo As ArchiveFileInfo _ )
protected: virtual void Refresh( ArchiveFileInfo^ newFileInfo )
Parameters
- newFileInfo (ArchiveFileInfo)
- Fresh instance for the same file just read from the archive.
Remarks
Subclasses may override this method to refresh sublcass fields.
However they should always call the base implementation first.