<PackageReference Include="System.Drawing.Common" Version="9.0.10" />
    
    
	
	
		
		
		
	 
	
	
        
                
                IVTable
                
                
Non generic interface that allows constraining against a COM wrapper type directly. COM structs should
            implement  
IVTable<T, U>.
            
 
                
using Windows.
Win32.
System.
Com;
namespace Windows.
Win32
{
    
internal interface IVTable
    {
        
unsafe IUnknown.
Vtbl* 
VTable { get; }
    }
}