Click or drag to resize

BasicNoUIObj Methods

The BasicNoUIObj type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddExtensionObject Extends the WWB.NET language using any .NET object.
Public methodCode exampleAddExtensionObjectWithEvents Extends the WWB.NET language using any .NET object. The events fired by this object can be handled by the appropriate module.
Public methodCode exampleAddImports Adds automatic imports to the WWB.NET language.
Public methodCode exampleAddReference Extends the WWB.NET language using an assembly reference.
Public methodCode exampleAddSafeReference Extends the WWB.NET language using an assembly reference.
Public methodCode exampleAddScriptableObjectModel Extends the WWB.NET language using a type's assembly and automatically imports the type's namespace and the type itself.
Public methodCode exampleAddScriptableReference Extends the WWB.NET language using an assembly reference.
Public methodCode exampleCreateHandler Create an object that can invoke a module sub or function.
Public methodCode exampleCreateHandlers Create a collection of Handler objects.
Public methodCode exampleDisconnect Disconnects the language extensions.
Public methodDispose Releases the resources used by the BasicNoUIObj.
Protected methodDispose(Boolean) Releases the unmanaged resources and optionally releases the managed resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleInitialize Initializes this object.
Public methodCode exampleIsInitialized Determines if the object is initialized.
Public methodCode exampleIsModuleLoaded Determines if the module is loaded.
Public methodCode exampleLoadModule Loads a module by parsing it and preparing it for execution.
Public methodCode exampleMacroCaption Returns a macro/module's caption.
Public methodCode exampleMacroCode Returns a macro/module's code.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodCode exampleModuleInstance Returns an instance of the Module object.
Protected methodOnBegin Raises the Begin event.
Protected methodOnDebugClear Raises the DebugClear event.
Protected methodOnDebugPrint Raises the DebugPrint event.
Protected methodOnDebugTrace Raises the DebugTrace event.
Protected methodOnDisconnected Raises the Disconnected event.
Protected methodOnDisconnecting Raises the Disconnecting event.
Protected methodOnDoEvents Raises the DoEvents event.
Protected methodOnEnd Raises the End event.
Protected methodOnErrorAlert Raises the ErrorAlert event.
Protected methodOnErrorLog Raises the ErrorLog event.
Protected methodOnGetAssemblyNames Raises the GetAssemblyNames event.
Protected methodOnGetMacroCaption Raises the GetMacroCaption event.
Protected methodOnMacroBegin Raises the MacroBegin event.
Protected methodOnMacroEnd Raises the MacroEnd event.
Protected methodOnMapMacroName Raises the MapMacroName event.
Protected methodOnPause Raises the Pause event.
Protected methodOnPending Raises the Pending event.
Protected methodOnReadMacro Raises the ReadMacro event.
Protected methodOnReceivedAppSyncMessage Raises the ReceivedAppSyncMessage event.
Protected methodOnResume Raises the Resume event.
Protected methodOnSynchronizing Raises the Synchronizing event.
Protected methodOnWriteMacro Raises the WriteMacro event.
Public methodCode exampleQuery Query.
Public methodCode exampleRemoveExtensions Removes language extensions specific to a module.
Public methodCode exampleReportError Reports an error generated during a Handler or Module object call.
Public methodCode exampleRunFile Runs a macro by name.
Public methodCode exampleRunThis Runs macro code.
Public methodCode exampleSendAppSyncMessage Send the app synchronize message from the IDE to remote NoUI or send the !app message from the NoUI to the remote IDE.
Public methodCode exampleSetMacroStale Set the macro/module cached source as stale. This removes the cached source from consideration forcing the source code to be read again.
Public methodCode exampleShutdown Prepares to shutdown WinWrap Basic.
Public methodCode exampleSynchronize Synchronize with the remote Basic Control/Object.
Public methodCode exampleSyntaxCheck Checks for syntax errors.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodCode exampleTrace Sets the tracing categories.
Public methodCode exampleUnloadModule Unloads the module.
Top
See Also