<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.7.26381.103" />

Windows.Win32.System.WinRT.IInspectable

namespace Windows.Win32.System.WinRT { internal struct IInspectable : IComIID { public unsafe HRESULT QueryInterface(Guid* riid, void** ppvObject); public uint AddRef(); public uint Release(); public unsafe HRESULT GetIids(uint* iidCount, Guid** iids); public unsafe HRESULT GetRuntimeClassName(HSTRING* className); public unsafe HRESULT GetTrustLevel(TrustLevel* trustLevel); public unsafe static void PopulateVTable(Vtbl* vtable); } }