DotNetModule.UseStepLoadOptions
- Updated2025-07-21
- 1 minute(s) read
DotNetModule.UseStepLoadOptions
Syntax
DotNetModule.UseStepLoadOptions
Data Type
Purpose
Controls the lifetime of an object the module creates. If this property is False , the module creates the object when it begins executing. Then, the module releases its internal reference to the object when it completes executing. If this property is True , the module creates the object when the step loads according to Step.ModuleLoadOption and then holds an internal reference to the object until the step unloads according to Step.ModuleUnloadOption .