Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / HeaderType Enumeration


In This Topic
    HeaderType Enumeration
    In This Topic
    Defines the standard types of items that can be found in a Tar archive.
    Syntax
    'Declaration
     
    Public Enum HeaderType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As HeaderType
    Members
    MemberValueDescription
    BlockSpecialDevice52Represents a block special device entry.
    CharacterSpecialDevice51Represents a character special device entry.
    ContiguousFile55Represents a contiguous file. This type of file is treated as a normal file.
    Directory53Represents a directory.
    FIFOSpecialFile54Represents a FIFO special file.
    File48Represents a regular file.
    LinkFile49Represents a link to another file already archived.
    LongFileName76 
    LongSymbolicLinkName75 
    SymbolicLink50Represents a symbolic link.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Tar.HeaderType

    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