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.​DISPPARAMS
Assembly: System.Runtime.InteropServices
Contains the arguments passed to a method or property by <see langword="IDispatch::Invoke" /> .
Fields and Constants
public
int
cArgs
Represents the count of arguments.
public
int
cNamedArgs
Represents the count of named arguments.
public
nint
rgdispidNamedArgs
Represents the dispatch IDs of named arguments.
public
nint
rgvarg
Represents a reference to the array of arguments.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object