X# Runtime and VO SDK Reference |
Namespace | Description |
---|---|
Advantage | This namespace contains the exposed RDDs for Advantage. |
System.Linq | This namespace contains extension methods (Sum(), Min(), Max()) for the XSharp Numeric datatypes Float and Currency |
VO | This namespace contains all the VO SDK Classes, such as DbServer, DataWindow, SQLSelect etc. If you enable the compiler option to search inside "Implicit Namespaces" (/ins) then you will not have to include a USING VO statement in your code. The compiler will then automatically find the classes. The Runtime will also respect these implicit namespaces, so CreateInstance(#DbServer) will also be able to find the DbServer class inside the VO namespace. |
VOConsoleClasses | |
VOGUIClasses | This namespace contains the functions class with the functions and defines from the VOGUIClasses assembly |
VOInternetClasses | This namespace contains the functions class with the functions and defines from the VOInternetClasses assembly |
VORDDClasses | This namespace contains the functions class with the functions and defines from the VORDDClasses assembly |
VOSQLClasses | This namespace contains the functions class with the functions and defines from the VOSQLClasses assembly |
VOSystemClasses | This namespace contains the functions class with the functions and defines from the VOSystemClasses assembly |
XSharp | This namespace contains the classes and structures that are used to implement the XBase types, such as USUAL, SYMBOL DATE and FLOAT. |
XSharp.ADS | This namespace contains several types used by the Advantage RDDs in the RDD system. |
XSharp.Core | This namespace contains the Functions class that implements the Runtime functions available in XSharp.Core DLL. |
XSharp.Data | This namespace contains several types used in the XSharp runtime to access data through the Ado.Net Data providers. |
XSharp.Debugger | This namespace containes several windows that can be used to inspect the Runtime State and open workareas/cursors at runtime. |
XSharp.Harbour | |
XSharp.Internal | This namespace contains types (classes and attributes) used by the compiler. These are normally not used in End users (your) code. |
XSharp.IO | This namespace contains types used in the (low level) File IO. |
XSharp.Parsers | |
XSharp.RDD | This namespace contains types used by the RDD system. |
XSharp.RDD.Enums | This namespace contains enumerated types used by the RDD system. |
XSharp.RDD.Support | This namespace contains several helper types used by the RDD system. |
XSharp.RT | This namespace contains the Functions class that implements the Runtime functions available in XSharp.RT.DLL. |
XSharp.RT.Debugger | This namespace contains the Functions class that has the functions to show the Runtime Debugger windows. |
XSharp.VFP | This namespace contains the Functions class that implements the Runtime functions available in XSharp.VFP DLL. |
XSharp.VO | This namespace contains the Functions class that implements the Runtime functions available in XSharp.VO.DLL. |
XSharp.VO.SDK | This namespace contains strongly typed versions of the VO SDK Classes, such as DbServer, DataWindow, SQLSelect etc. If you enable the compiler option to search inside "Implicit Namespaces" (/ins) then you will not have to include a USING XSharp.VO statement in your code. The compiler will then automatically find the classes in this namespace. The Runtime will also respect these implicit namespaces, so CreateInstance(#DbServer) will also be able to find the DbServer class inside the XSharp.VO namespace. |
XSharp.XPP | This namespace contains the Functions class that implements the Runtime functions available in XSharp.XPP.DLL. |
XSharp_VOConsoleClasses | |
XSharp_VOGUIClasses | This namespace contains the functions class with the functions and defines from the XSharp.VOGUIClasses assembly |
XSharp_VORDDClasses | This namespace contains the functions class with the functions and defines from the XSharp.VORDDClasses assembly |
XSharp_VOSQLClasses | This namespace contains the functions class with the functions and defines from the XSharp.VOSQLClasses assembly |
XSharp_VOSystemClasses | This namespace contains the functions class with the functions and defines from the XSharp.VOSystemClasses assembly |