Module.Load
- 更新时间2025-07-21
- 阅读时长1分钟
Module.Load
Syntax
Module.Load( loadOptions = 0, [sequenceContextParam])
Return Value
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.