<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.1.20120.5" />

ImageCodecInfo

public sealed class ImageCodecInfo
namespace System.Drawing.Imaging { public sealed class ImageCodecInfo { public Guid Clsid { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public string CodecName { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public string DllName { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public string FilenameExtension { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public ImageCodecFlags Flags { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public string FormatDescription { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public Guid FormatID { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public string MimeType { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } [CLSCompliant(false)] public byte[][] SignatureMasks { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } [CLSCompliant(false)] public byte[][] SignaturePatterns { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public int Version { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } internal ImageCodecInfo() { } public static ImageCodecInfo[] GetImageDecoders() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } public static ImageCodecInfo[] GetImageEncoders() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } }