IBasicNoUIAddImports Method |
Adds automatic imports to the WWB.NET language.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxbool AddImports(
string imports
)
Function AddImports (
imports As String
) As Boolean
bool AddImports(
String^ imports
)
Parameters
- imports String
-
All macros are parsed with automatic Imports for each import in the string.
(Separate imports with a space.)
To add imports to a specific module prefix it with "modulepath|".
Return Value
Boolean
True if
AddImports is successful.
Remarks
The WWB.NET language is extended with the automatic imports.
Use RemoveExtensions("") to remove all the references and automatic imports.
See Also