DotNetModule.Parameters

Syntax

DotNetModule.Parameters

Data Type

DotNetParameters

The collection of parameters for the method the module calls or the property the module accesses.

Purpose

Note This property is obsolete . Use the DotNetCall.Parameters property instead.

Remarks

Returns the DotNetParameters collection that contains a list of the current parameters used as inputs and outputs of the corresponding module.

Call the DotNetModule.LoadPrototypeFromMetadataToken method before accessing this property.

See Also

DotNetCall.Parameters

DotNetModule.ConstructorParameters

DotNetModule.LoadPrototypeFromMetadataToken

DotNetParameters

Obsolete DotNetModule Properties