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.​BINDPTR
Assembly: System.Runtime.InteropServices
Contains a pointer to a bound-to <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure, <see cref="T:System.Runtime.InteropServices.VARDESC" /> structure, or an <see langword="ITypeComp" /> interface.
Fields and Constants
public
nint
lpfuncdesc
Represents a pointer to a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure.
public
nint
lptcomp
Represents a pointer to an <see cref="T:System.Runtime.InteropServices.ComTypes.ITypeComp" /> interface.
public
nint
lpvardesc
Represents a pointer to a <see cref="T:System.Runtime.InteropServices.VARDESC" /> structure.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object