Click or drag to resize

IBasicNoUI Methods

The IBasicNoUI type exposes the following members.

Methods
 NameDescription
Public methodAddExtensionObject Extends the WWB.NET language using any .NET object.
Public methodAddExtensionObjectWithEvents Extends the WWB.NET language using any .NET object. The events fired by this object can be handled by the appropriate module.
Public methodAddImports Adds automatic imports to the WWB.NET language.
Public methodAddReference Extends the WWB.NET language using an assembly reference.
Public methodAddSafeReference Extends the WWB.NET language using an assembly reference.
Public methodAddScriptableObjectModel Extends the WWB.NET language using a type's assembly and automatically imports the type's namespace and the type itself.
Public methodAddScriptableReference Extends the WWB.NET language using an assembly reference.
Public methodCreateHandler Create an object that can invoke a module sub or function.
Public methodCreateHandlers Create a collection of Handler objects.
Public methodDisconnect Disconnects the language extensions.
Public methodIsModuleLoaded Determines if the module is loaded.
Public methodLoadModule Loads a module by parsing it and preparing it for execution.
Public methodMacroCaption Returns a macro/module's caption.
Public methodMacroCode Returns a macro/module's code.
Public methodModuleInstance Returns an instance of the Module object.
Public methodQuery Query.
Public methodRemoveExtensions Removes language extensions specific to a module.
Public methodReportError Reports an error generated during a Handler or Module object call.
Public methodRunFile Runs a macro by name.
Public methodRunThis Runs macro code.
Public methodSetMacroStale Set the macro/module cached source as stale. This removes the cached source from consideration forcing the source code to be read again.
Public methodShutdown Prepares to shutdown WinWrap Basic.
Public methodSynchronize Synchronize with the remote Basic Control/Object.
Public methodSyntaxCheck Checks for syntax errors.
Public methodTrace Sets the tracing categories.
Public methodUnloadModule Unloads the module.
Top
See Also