Win |
Class | Description | |
---|---|---|
![]() | BasicNoUIObj | A .NET object that can be referenced or created with or without a containing form. |
![]() | BasicThread | A .NET object for managing a BasicNoUIObj object in a separate thread. |
![]() | Error | An Error object provides access to a the scripting error information. |
![]() | ErrorException | Represents an error when a script exception is thrown. |
![]() | Handler | A Handler object provides access to a single WinWrap Basic Sub or Function. |
![]() | Handlers | A handlers collection is a collection of Handler objects. |
![]() | Module | The Module object provides access to a WinWrap Basic module's Public Subs, Functions and Properties. |
![]() | NamespaceDoc | |
![]() | Result | A Result object provides access to a single WinWrap Basic result returned by the Query method. |
![]() | SandboxRules | Represents the safe sandbox rules. |
![]() | ScriptableAttribute | Indicate that a Type or Method is accessible from the scripting language. |
![]() | TerminatedException | Represents an error caused when script execution is terminated. |
![]() | Util | Global properties and methods. |
![]() | VirtualFileSystem | Interface that implements the virtual file system. |
Interface | Description | |
---|---|---|
![]() | IBasicNoUI | A .NET object that can be referenced or created with or without a containing form. |
![]() | IBasicThread | Interface that implements the thread where a "basic" object executes. |
![]() | IError | An Error object provides access to a the scripting error information. |
![]() | IHandler | A Handler object provides access to a single WinWrap Basic Sub or Function. |
![]() | IHandlers | A handlers collection is a collection of Handler objects. |
![]() | IModule | The Module object provides access to a WinWrap Basic module's Public Subs, Functions and Properties. |
![]() | IResult | A Result object provides access to a single WinWrap Basic result returned by the Query method. |
![]() | ISandboxRules | Represents the safe sandbox rules. |
![]() | IVirtualFileSystem | Interface that implements the virtual file system. |
Enumeration | Description | |
---|---|---|
![]() | TraceConstants | Basic trace category constants. |