System.Reflection.Metadata.AssemblyFile
namespace System.Reflection.Metadata
{
public struct AssemblyFile
{
public bool ContainsMetadata { get; }
public StringHandle Name { get; }
public BlobHandle HashValue { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}