IRunUnitCallObject Method

MicroFocus.COBOL.RuntimeServices
Executes a program in the new run-unit with parameters returning an obect

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

Object CallObject(
	string program,
	params Object[] parameters
)

Parameters

program
Type: SystemString
parameters
Type: SystemObject

Return Value

Type: Object
See Also

Reference