RunUnitProgramOrClass Constructor (String, RunUnitStartupOptions)

MicroFocus.COBOL.RuntimeServices
Creates a RunUnit with a specific program or class and add its to the rununit.

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

public RunUnit(
	string sessionName = "",
	RunUnitStartupOptions options = RunUnitStartupOptions.None
)

Parameters

sessionName (Optional)
Type: SystemString
options (Optional)
Type: MicroFocus.COBOL.RuntimeServicesRunUnitStartupOptions
See Also

Reference