Returns the object bound with the specific name to the rununit
Namespace: MicroFocus.COBOL.RuntimeServices
Assembly: MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax
Parameters
- name
- Type: SystemString
name of the object bound to this rununit
Return Value
Type: Objectthe found object
Implements
IRunUnitGetUserData(String)Exceptions
Exception | Condition |
---|---|
ArgumentException | If StopRun method has already been invoked or. |
Remarks
Examples
See Also