IRunUnitGetInstance Method (Type)

MicroFocus.COBOL.RuntimeServices
Given a Type object return the programs instance if the RunUnit knows about it.

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

IObjectControl GetInstance(
	Type programType
)

Parameters

programType
Type: SystemType

Return Value

Type: IObjectControl
See Also

Reference