CVM class

CVM is a .NET class representing the ACUCOBOL-GT runtime. The CVM class exposes public methods for setting runtime options, calling and cancelling programs, getting object libraries, and more.

CVM contains the following methods within the name space "acucobol":

Each of these methods corresponds to the runtime interfaces acu_initv, acu_cobol, acu_cancel, acu_unload, and acu_shutdown. More details are provided in the following sections.