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: SystemType
- sessionName (Optional)
- Type: SystemString
- options (Optional)
- Type: MicroFocus.COBOL.RuntimeServicesRunUnitStartupOptions
See Also