Initializes the COBOL Virtual Machine (runtime) with command line options before calling CallAcuCobol. Initialize is optional; Call will call Initialize with defaults if it has not been previously called.
Usage:
public unsafe bool Initialize (string cmdline) public bool Initialize ()
where:
Variable | Definition |
---|---|
cmdline | Includes ACUCOBOL-GT runtime options. You can set runtime options using key value pairs or by setting properties. see Properties below. |
Use "public bool Initialize ()" to set defaults.