January 11, 2015
Multiple Class Blocks in One Script File
Mix subroutines, functions, class blocks, and module blocks in a single script file.
Share public subroutines, functions, class blocks, and module blocks from a single file with '#Uses.
Inline Class and Module Blocks:
- Mix subroutines, functions, class blocks, and module blocks in a single file
- Alternative to VB6 style class files
- Drop in VB.NET class code with little or no changes
- Full auto completion support

Notice how easy it is to write a macro (Sub Main) and classes together in one file. Terrific!
More Class Blocks Features:
- Clear modular structure for WWB.NET scripts
- Supports object enclosure (no inheritance)
- Implement .NET interfaces with WWB.NET script classes
- Supports generic collections of WWB.NET script class objects
Mix subroutines, functions, class blocks, and module blocks in a single script file.