Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFile Class / HostFile Property


HostFile Property (GZippedFile)
Gets the actual gzip archive file containing this file.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property HostFile As AbstractFile
 
'Usage
 
Dim instance As GZippedFile
Dim value As AbstractFile
 
value = instance.HostFile

Property Value

An Xceed.FileSystem.AbstractFile object representing the actual gzip archive file containing this file.
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