IBasic |
The IBasicNoUI type exposes the following members.
| Name | Description | |
|---|---|---|
| AddExtensionObject | Extends the WWB.NET language using any .NET object. | |
| AddExtensionObjectWithEvents | Extends the WWB.NET language using any .NET object. The events fired by this object can be handled by the appropriate module. | |
| AddImports | Adds automatic imports to the WWB.NET language. | |
| AddReference | Extends the WWB.NET language using an assembly reference. | |
| AddSafeReference | Extends the WWB.NET language using an assembly reference. | |
| AddScriptableObjectModel | Extends the WWB.NET language using a type's assembly and automatically imports the type's namespace and the type itself. | |
| AddScriptableReference | Extends the WWB.NET language using an assembly reference. | |
| CreateHandler | Create an object that can invoke a module sub or function. | |
| CreateHandlers | Create a collection of Handler objects. | |
| Disconnect | Disconnects the language extensions. | |
| IsModuleLoaded | Determines if the module is loaded. | |
| LoadModule | Loads a module by parsing it and preparing it for execution. | |
| MacroCaption | Returns a macro/module's caption. | |
| MacroCode | Returns a macro/module's code. | |
| ModuleInstance | Returns an instance of the Module object. | |
| Query | Query. | |
| RemoveExtensions | Removes language extensions specific to a module. | |
| ReportError | Reports an error generated during a Handler or Module object call. | |
| RunFile | Runs a macro by name. | |
| RunThis | Runs macro code. | |
| SetMacroStale | Set the macro/module cached source as stale. This removes the cached source from consideration forcing the source code to be read again. | |
| Shutdown | Prepares to shutdown WinWrap Basic. | |
| Synchronize | Synchronize with the remote Basic Control/Object. | |
| SyntaxCheck | Checks for syntax errors. | |
| Trace | Sets the tracing categories. | |
| UnloadModule | Unloads the module. |