InteropCobCallObject Method

MicroFocus.COBOL.RuntimeServices
Calls the instance of a procedural program" with parameters

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

[CLSCompliantAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Object CobCallObject(
	string program,
	params Object[] parameters
)

Parameters

program
Type: SystemString
parameters
Type: SystemObject

Return Value

Type: Object
See Also

Reference