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

Assembly: System.Runtime.InteropServices

Contains information about how to transfer a structure element, parameter, or function return value between processes.

Fields and Constants

public nint
lpVarValue
Represents a pointer to a value that is being passed between processes.
public PARAMFLAG
wParamFlags
Represents bitmask values that describe the structure element, parameter, or return value.

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