<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.2.25502.107" />

DESCKIND

enum DESCKIND
Identifies the type description being bound to.
using System.CodeDom.Compiler; namespace Windows.Win32.System.Com { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal enum DESCKIND { DESCKIND_NONE, DESCKIND_FUNCDESC, DESCKIND_VARDESC, DESCKIND_TYPECOMP, DESCKIND_IMPLICITAPPOBJ, DESCKIND_MAX } }