Basic |
The BasicNoUIObj 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. | |
| Dispose | Releases the resources used by the BasicNoUIObj. | |
| Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Initializes this object. | |
| IsInitialized | Determines if the object is initialized. | |
| 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. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ModuleInstance | Returns an instance of the Module object. | |
| OnBegin | Raises the Begin event. | |
| OnDebugClear | Raises the DebugClear event. | |
| OnDebugPrint | Raises the DebugPrint event. | |
| OnDebugTrace | Raises the DebugTrace event. | |
| OnDisconnected | Raises the Disconnected event. | |
| OnDisconnecting | Raises the Disconnecting event. | |
| OnDoEvents | Raises the DoEvents event. | |
| OnEnd | Raises the End event. | |
| OnErrorAlert | Raises the ErrorAlert event. | |
| OnErrorLog | Raises the ErrorLog event. | |
| OnGetAssemblyNames | Raises the GetAssemblyNames event. | |
| OnGetMacroCaption | Raises the GetMacroCaption event. | |
| OnMacroBegin | Raises the MacroBegin event. | |
| OnMacroEnd | Raises the MacroEnd event. | |
| OnMapMacroName | Raises the MapMacroName event. | |
| OnPause | Raises the Pause event. | |
| OnPending | Raises the Pending event. | |
| OnReadMacro | Raises the ReadMacro event. | |
| OnReceivedAppSyncMessage | Raises the ReceivedAppSyncMessage event. | |
| OnResume | Raises the Resume event. | |
| OnSynchronizing | Raises the Synchronizing event. | |
| OnWriteMacro | Raises the WriteMacro event. | |
| 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. | |
| SendAppSyncMessage | Send the app synchronize message from the IDE to remote NoUI or send the !app message from the NoUI to the remote IDE. | |
| 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. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Trace | Sets the tracing categories. | |
| UnloadModule | Unloads the module. |