4 types derived from PosixTarEntry
System.Formats.Tar (4)
System\Formats\Tar\GnuTarEntry.cs (1)
10public sealed class GnuTarEntry : PosixTarEntry
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
12public sealed class PaxGlobalExtendedAttributesTarEntry : PosixTarEntry
System\Formats\Tar\PaxTarEntry.cs (1)
13public sealed class PaxTarEntry : PosixTarEntry
System\Formats\Tar\UstarTarEntry.cs (1)
9public sealed class UstarTarEntry : PosixTarEntry
1 reference to PosixTarEntry
System.Formats.Tar (1)
System\Formats\Tar\PosixTarEntry.cs (1)
35if (other is PosixTarEntry)