<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

Windows.Win32.Foundation.HMODULE

namespace Windows.Win32.Foundation { internal readonly struct HMODULE : IEquatable<HMODULE> { public unsafe static implicit operator void*(HMODULE value); public unsafe static explicit operator HMODULE(void* value); public static bool operator ==(HMODULE left, HMODULE right); public static bool operator !=(HMODULE left, HMODULE right); public bool Equals(HMODULE other); public static implicit operator IntPtr(HMODULE value); public static explicit operator HMODULE(IntPtr value); public static explicit operator HMODULE(UIntPtr value); public static implicit operator HINSTANCE(HMODULE value); } }