ActiveXModule.ReloadServer

Syntax

ActiveXModule.ReloadServer

Return Value

Boolean

Returns True if the ActiveXModule updates the type library information.

Purpose

Call this method to direct the ActiveXModule to update type library information it stores internally.

Remarks

The ActiveXModule stores the type library information of the server specified by ActiveXModule.ServerId internally. The ActiveXModule uses this type library information when you access properties and methods of ActiveXModule or Module . For example, when you call Module.LoadPrototype the ActiveXModule uses this type library information to read the prototype of a property or method. The ActiveXModule obtains this type library information the first time you access a property or method that needs it. Use this method to force the ActiveXModule to update the type library information if the type library information might have changed. When you call this method, the ActiveXModule updates the type library information only if the type library has been modified on disk since the last time the ActiveXModule read the type library.

See Also

ActiveXModule.ServerId

Module

Module.LoadPrototype