Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Runtime.​InteropServices.​ComTypes.​TYPEDESC

Assembly: System.Runtime.InteropServices

Describes the type of a variable, return type of a function, or the type of a function parameter.

Fields and Constants

public nint
lpValue
If the variable is <see langword="VT_SAFEARRAY" /> or <see langword="VT_PTR" /> , the <see langword="lpValue" /> field contains a pointer to a <see langword="TYPEDESC" /> that specifies the element type.
public short
vt
Indicates the variant type for the item described by this <see langword="TYPEDESC" /> .

Methods

public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
public string
ToString​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object