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.​VARDESC

Assembly: System.Runtime.InteropServices

Describes a variable, constant, or data member.

Fields and Constants

public DESCUNION
desc
Contains information about a variable.
public ELEMDESC
elemdescVar
Contains the variable type.
public string
lpstrSchema
This field is reserved for future use.
public int
memid
Indicates the member ID of a variable.
public VARKIND
varkind
Defines how to marshal a variable.
public short
wVarFlags
Defines the properties of a variable.

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