<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.PortableExecutable.DirectoryEntry

public struct DirectoryEntry
namespace System.Reflection.PortableExecutable { public struct DirectoryEntry { public readonly int RelativeVirtualAddress; public readonly int Size; public DirectoryEntry(int relativeVirtualAddress, int size); } }