System.Reflection.Metadata.ManifestResource
namespace System.Reflection.Metadata
{
public struct ManifestResource
{
public long Offset { get; }
public ManifestResourceAttributes Attributes { get; }
public StringHandle Name { get; }
public EntityHandle Implementation { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}