C# Class System.Runtime.InteropServices.TYPEATTR

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
cFuncs short
cImplTypes short
cVars short
cbAlignment short
cbSizeInstance int
cbSizeVft short
dwReserved int
guid System.Guid
idldescType IDLDESC
lcid int
lpstrSchema System.IntPtr
memidConstructor int
memidDestructor int
tdescAlias TYPEDESC
typekind TYPEKIND
wMajorVerNum short
wMinorVerNum short
wTypeFlags TYPEFLAGS

Property Details

cFuncs public property

public short cFuncs
return short

cImplTypes public property

public short cImplTypes
return short

cVars public property

public short cVars
return short

cbAlignment public property

public short cbAlignment
return short

cbSizeInstance public property

public int cbSizeInstance
return int

cbSizeVft public property

public short cbSizeVft
return short

dwReserved public property

public int dwReserved
return int

guid public property

public Guid,System guid
return System.Guid

idldescType public property

public IDLDESC,System.Runtime.InteropServices idldescType
return IDLDESC

lcid public property

public int lcid
return int

lpstrSchema public property

public IntPtr,System lpstrSchema
return System.IntPtr

memidConstructor public property

public int memidConstructor
return int

memidDestructor public property

public int memidDestructor
return int

tdescAlias public property

public TYPEDESC,System.Runtime.InteropServices tdescAlias
return TYPEDESC

typekind public property

public TYPEKIND typekind
return TYPEKIND

wMajorVerNum public property

public short wMajorVerNum
return short

wMinorVerNum public property

public short wMinorVerNum
return short

wTypeFlags public property

public TYPEFLAGS wTypeFlags
return TYPEFLAGS