DotNetModule.NewModuleArguments
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
DotNetModule.NewModuleArguments
Syntax
DotNetModule.NewModuleArguments
Return Value
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.