The Module object provides access to a WinWrap Basic module's Public
Subs, Functions and Properties.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic interface class IModule
The IModule type exposes the following members.
Properties
Methods
Remarks
Allows the host application to access the module's methods.
Be sure to Dispose of this object prior to unloading the module so
that all the dynamic memory associated with the module can be released.
See Also