<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview1-25301-01" />

System.Reflection.Metadata.MetadataReader

public sealed class MetadataReader

public bool IsAssembly { get; }

public MetadataKind MetadataKind { get; }

public string MetadataVersion { get; }

public MetadataReader(Byte* metadata, int length)

public MetadataReader(Byte* metadata, int length, MetadataReaderOptions options)

public MetadataReader(Byte* metadata, int length, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)

public byte[] GetBlobBytes(BlobHandle handle)

public Guid GetGuid(GuidHandle handle)

public string GetString(StringHandle handle)

public string GetString(NamespaceDefinitionHandle handle)

public string GetString(DocumentNameBlobHandle handle)

public string GetUserString(UserStringHandle handle)