Interface for generic RunUnit<P>
            
Namespace: MicroFocus.COBOL.RuntimeServices.Generic
Assembly: MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax
[CLSCompliantAttribute(false)] public interface IRunUnit<ProgramOrClass> : IRunUnit, IDisposable where ProgramOrClass : IObjectControl
Type Parameters
- ProgramOrClass
Methods
| Name | Description | |
|---|---|---|
|  | Get | 
            Get's the initial program or class
             | 
|  | GetAnotherProgramOrClass(Type, Boolean) | 
            Gets an instance of a program or class
             | 
See Also