DotNetCall.Parameters

Syntax

DotNetCall.Parameters

Data Type

DotNetParameters

Purpose

Returns the DotNetParameters collection that contains a list of the current parameters used as inputs and outputs for the corresponding DotNetCall object. Use the DotNetCall.LoadPrototypeFromSignature method to change the member specification and parameters for a DotNetCall object.

Remarks

Call the DotNetCall.LoadPrototypeFromSignature method to specify a call before accessing this property.

See Also

DotNetCall.LoadPrototypeFromSignature

DotNetParameters