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
TLIBATTR
Contains information about a type library. Information from this structure is used to identify the type library and to provide national language support for member names.
using System ;
using System .
CodeDom .
Compiler ;
namespace Windows .
Win32 .
System .
Com
{
[
GeneratedCode (
"Microsoft.Windows.CsWin32" ,
"0.3.106+a37a0b4b70" )]
internal struct TLIBATTR
{
internal Guid guid ;
internal uint lcid ;
internal SYSKIND syskind ;
internal ushort wMajorVerNum ;
internal ushort wMinorVerNum ;
internal ushort wLibFlags ;
}
}