IRunUnit<ProgramOrClass> Interface

MicroFocus.COBOL.RuntimeServices
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

  NameDescription
Public methodGet()
Get's the initial program or class
Public methodGet<AnotherProgramOrClass>(Type, Boolean)
Gets an instance of a program or class
Top
See Also

Reference