ACUCOBOL-GT programs can retrieve .NET objects or pass .Net objects as parameters. These .Net objects can also be acted upon using the MODIFY and INQUIRE statements.
.Net objects are supported by identifying them as belonging to a generic namespace of "MICROFOCUS" and class "NETOBJECT". a COBOL program that wants access to .NET objects must have defined the @MICROFOCUS.NETOBJECT in the special names paragraph.
.Net objects must be stored in a data type identified by "USAGE HANDLE OF OBJECT". If you wish to invoke MODIFY and INQUIRE statements for certain GET/PUT properties or methods on the .Net object, you need to create the equivalent COBOL definitions as part of the @MICROFOCUS.NETOBJECT namespace/class. You can create the def file for this generic object with NetDefGen.