RunUnitGetInstance Method

MicroFocus.COBOL.RuntimeServices
Overload List

  NameDescription
Public methodCode exampleGetInstance(Type)
Given a Type object return the programs instance if the RunUnit knows about it. If an instance does not already exist this call will return null.
Public methodCode exampleGetInstance(Type, Boolean)
Given a Type object return the programs instance if the RunUnit knows about it. If create is true then GetInstance will create an instance of programType if it doesn't already have one. Otherwise it will return null should an instance not exist.
Top
See Also

Reference