Click or drag to resize

WinWrap.Basic.Server Namespace

WinWrap Basic provides Visual Basic .NET(TM) compatible scripting.
  • Requires Microsoft .NET 8+.
  • Scripts are compatible with the WWB.NET/5+/Compiled language.
  • All .NET platforms are supported.
Classes
 ClassDescription
Public classBasicNoUIObj A .NET object that can be referenced or created with or without a containing form.
Public classBasicThread A .NET object for managing a BasicNoUIObj object in a separate thread.
Public classError An Error object provides access to a the scripting error information.
Public classErrorException Represents an error when a script exception is thrown.
Public classHandler A Handler object provides access to a single WinWrap Basic Sub or Function.
Public classHandlers A handlers collection is a collection of Handler objects.
Public classModule The Module object provides access to a WinWrap Basic module's Public Subs, Functions and Properties.
Public classNamespaceDoc 
Public classResult A Result object provides access to a single WinWrap Basic result returned by the Query method.
Public classSandboxRules Represents the safe sandbox rules.
Public classScriptableAttribute Indicate that a Type or Method is accessible from the scripting language.
Public classTerminatedException Represents an error caused when script execution is terminated.
Public classUtil Global properties and methods.
Public classVirtualFileSystem Interface that implements the virtual file system.
Interfaces
 InterfaceDescription
Public interfaceIBasicNoUI A .NET object that can be referenced or created with or without a containing form.
Public interfaceIBasicThread Interface that implements the thread where a "basic" object executes.
Public interfaceIError An Error object provides access to a the scripting error information.
Public interfaceIHandler A Handler object provides access to a single WinWrap Basic Sub or Function.
Public interfaceIHandlers A handlers collection is a collection of Handler objects.
Public interfaceIModule The Module object provides access to a WinWrap Basic module's Public Subs, Functions and Properties.
Public interfaceIResult A Result object provides access to a single WinWrap Basic result returned by the Query method.
Public interfaceISandboxRules Represents the safe sandbox rules.
Public interfaceIVirtualFileSystem Interface that implements the virtual file system.
Enumerations
 EnumerationDescription
Public enumerationTraceConstants Basic trace category constants.