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

System.Reflection.PortableExecutable.PEMemoryBlock

public struct PEMemoryBlock
namespace System.Reflection.PortableExecutable { public struct PEMemoryBlock { public unsafe byte* Pointer { get; } public int Length { get; } public ImmutableArray<byte> GetContent(); } }