DotNetModule.NewModuleArguments

Syntax

DotNetModule.NewModuleArguments

Return Value

DotNetModuleArguments

Purpose

Creates and returns a new DotNetModuleArguments collection. Use this collection to pass argument values to a DotNetModule object using the DotNetModule.Execute method.

Remarks

The new collection contains the same number of items as the DotNetModule.Calls collection. Each item in the collection is a collection of DotNetArguments that contains the same number of items as the corresponding DotNetCall.Parameters collection.

To pass an argument value to a parameter, set the DotNetArgument.Value property to an item in the DotNetArguments collection that has the same index as the parameter in the DotNetParameters collection.

See Also

DotNetArgument.Value

DotNetArguments

DotNetCall.Parameters

DotNetModule

DotNetModule.Calls

DotNetModule.Execute

DotNetModuleArguments

DotNetParameters