DotNetModule.UseStepLoadOptions

Syntax

DotNetModule.UseStepLoadOptions

Data Type

Boolean

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 .

See Also

Step.ModuleLoadOption

Step.ModuleUnloadOption