System.Runtime.InteropServices.DISPPARAMS: Field Members

The fields of System.Runtime.InteropServices.DISPPARAMS are listed below. For a list of all members, see the DISPPARAMS Members list.

See Also: Inherited members from System.ValueType

Public Fields

cArgsint.

Represents the count of arguments.

cNamedArgsint.

Represents the count of named arguments

rgdispidNamedArgsIntPtr.

Represents the dispatch IDs of named arguments.

rgvargIntPtr.

Represents a reference to the array of arguments.