Module.Load

Syntax

Module.Load( loadOptions = 0, [sequenceContextParam])

Return Value

Boolean

Returns True on success or False if the module fails to load.

Purpose

Loads the underlying code module.

Parameters

loadOptions As Long

[In] Specifies one or more LoadModuleOptions using the bitwise-OR operator to modify the behavior of this method.

This parameter has a default value of 0 .

sequenceContextParam As Variant

[In] [ Optional ] If you pass LoadModule_EvaluateExpressions to the loadOptions parameter, pass a SequenceContext object for this parameter to use when evaluating expressions. If you call this method from a step in an execution, pass the sequence context of the execution.

See Also

LoadModuleOptions

Module.Unload

Omitting Optional Parameters

SequenceContext

Step.LoadModule