DotNetModule.ConstructorParameters
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
DotNetModule.ConstructorParameters
Syntax
DotNetModule.ConstructorParameters
Data Type
The collection of parameters.
Purpose
Note
This property is
obsolete
. Use a constructor as the first call in the
DotNetModule
class and then use the
DotNetCall.Parameters
property instead. You can specify a constructor by adding a call to the module using the
DotNetModule.Calls
collection and using the
DotNetCall.LoadPrototypeFromSignature
method to specify the call.
Remarks
Returns the DotNetParameters collection that contains a list of the current parameters used as inputs and outputs of the constructor.
Call the DotNetModule.LoadConstructorPrototypeFromMetadataToken method before accessing this property.
See Also
DotNetCall.LoadPrototypeFromSignature