DotNetCall.Parameters
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
DotNetCall.Parameters
Syntax
DotNetCall.Parameters
Data Type
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.