9.0.10 14 Oct 25
Toggle Dropdown
Compare to version...
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="System.Drawing.Common" Version ="9.0.10" />
Assemblies
Namespaces
Types
ADVANCED_FEATURE_FLAGS
BINDPTR
BLOB
CALLCONV
CLSCTX
CLSID
ComInterfaceTable
ComManagedStream
CY
DESCKIND
DISPATCH_FLAGS
DISPPARAMS
ELEMDESC
EXCEPINFO
FUNCDESC
FUNCFLAGS
FUNCKIND
IComCallableWrapper
IDispatch
IDLDESC
IDLFLAGS
IEnumUnknown
IGlobalInterfaceTable
IManagedWrapper
IManagedWrapper<TComInterface>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6, TComInterface7, TComInterface8, TComInterface9, TComInterface10>
IManagedWrapper<TComInterface1, TComInterface2>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6, TComInterface7, TComInterface8, TComInterface9, TComInterface10, TComInterface11, TComInterface12, TComInterface13, TComInterface14, TComInterface15, TComInterface16, TComInterface17, TComInterface18, TComInterface19, TComInterface20, TComInterface21, TComInterface22, TComInterface23, TComInterface24, TComInterface25, TComInterface26, TComInterface27>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5>
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6>
IMPLTYPEFLAGS
INVOKEKIND
ISequentialStream
IStream
ITypeComp
ITypeInfo
ITypeLib
IUnknown
LOCKTYPE
SAFEARRAY
SAFEARRAYBOUND
SafeArrayScope<T>
STATFLAG
STATSTG
STGM
STGTY
SYSKIND
TLIBATTR
TYPEATTR
TYPEDESC
TYPEKIND
VARDESC
VARFLAGS
VARKIND
IManagedWrapper<TComInterface1, TComInterface2, TComInterface3, TComInterface4, TComInterface5, TComInterface6>
interface IManagedWrapper <
TComInterface1 ,
TComInterface2 ,
TComInterface3 ,
TComInterface4 ,
TComInterface5 ,
TComInterface6 > :
IManagedWrapper where
TComInterface1 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable where
TComInterface2 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable where
TComInterface3 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable where
TComInterface4 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable where
TComInterface5 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable where
TComInterface6 :
ValueType modreq(System.Runtime.InteropServices.UnmanagedType) ,
IComIID ,
IVTable
Apply to a class to apply a COM callable wrapper of the given interfaces. The class must also derive from the
given COM wrapper structs' nested Interfaces.