Basic |
The BasicNoUIObj type exposes the following members.
| Name | Description | |
|---|---|---|
| BasicNoUIObj | Initializes a new instance of the BasicNoUIObj class. |
| Name | Description | |
|---|---|---|
| BlockedKeywords | Gets or sets the blocked keywords. | |
| Code | Gets or sets the source code for the macro/module. | |
| DefaultMacroName | Gets or sets the default name for new macros. | |
| Error | Gets the syntax or execution error information object. | |
| ErrorLimit | Gets or sets the limit for the number of syntax errors reported. | |
| FileDesc | Gets or sets the text description used in the "List of Files Types" section (in the lower left hand corner) of the File | Open dialog box. | |
| FileExt | Gets or sets the file extension used in the "List of File Types" section (in the lower left hand corner) of the File | Open dialog box. | |
| FileName | Gets or sets the file path of a macro/module in the Code property. | |
| FileTools | Gets or sets the visibility of the file tool buttons on the toolbar. | |
| HiddenCode | Gets or sets the hidden code text. | |
| InEvent | Gets the in event status. | |
| Pause | Gets or sets whether the execution is paused. | |
| Run | Gets or sets whether the macro/module is currently running. | |
| Sandboxed | Gets or sets the sandboxed mode. | |
| SandboxRules | Gets or sets the sandbox rules. | |
| Secret | Gets or sets the secret. | |
| Synchronized | Gets or sets the synchronized mode. | |
| SynchronizedEdit | Gets or sets the synchronized edit mode. | |
| VirtualFileSystem | Gets or sets the virtual file system. |
| 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. |
| Name | Description | |
|---|---|---|
| Begin | Occurs when execution has started. | |
| DebugClear | Occurs when the instruction Debug.Clear is executed. | |
| DebugPrint | Occurs when the instruction Debug.Print was executed. | |
| DebugTrace | Occurs when the trace output needs to be printed. | |
| Disconnected | Occurs when a Disconnect has been called successfully. | |
| Disconnecting | Occurs when a Disconnect is called. | |
| DoEvents | Occurs when a macro/module is executing. | |
| End | Occurs when execution has completed. | |
| ErrorAlert | Occurs when an error has occurred. (Evaluation errors do not trigger this event.) | |
| ErrorLog | Occurs when a syntax error has occurred. (Evaluation errors do not trigger this event.) | |
| GetAssemblyNames | Occurs when the Edit|References dialog is displayed. | |
| GetMacroCaption | Occurs when a macro/module's caption is needed. | |
| MacroBegin | Occurs when a macro has been started or module has been loaded. | |
| MacroEnd | Occurs when a macro has been ended or a module has been unloaded. | |
| MapMacroName | Occurs when a macro/module name needs to be mapped. | |
| Pause_ | Occurs when execution has been paused. | |
| Pending | Occurs when execution needs to pause or end. | |
| ReadMacro | Occurs when a macro/module needs to be read from storage. | |
| ReceivedAppSyncMessage | Occurs when the remote Basic Control/Object receives an app synchronize message. | |
| Resume | Occurs when execution has been resumed. | |
| Synchronizing | Occurs when the remote Basic Control/Object needs to Synchronize. | |
| WriteMacro | Occurs when a macro/module needs to be written to storage. |
The Secret property must be set prior to calling the Initialize method. Failure to do so will prevent the object from initializing on non-development machines.