RunUnit<ProgramOrClass> Constructor (Type, String, RunUnitStartupOptions)

MicroFocus.COBOL.RuntimeServices
Creates a RunUnit with a specific program or class and add it (from type)

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

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

Parameters

programType
Type: System.Type
sessionName (Optional)
Type: System.String
options (Optional)
Type: MicroFocus.COBOL.RuntimeServices.RunUnitStartupOptions
See Also

Reference