Click or drag to resize

RuntimeManager Constructor

Initializes a new instance of the Runtime Manager.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public RuntimeManager()
Examples
Creating a new instance of Runtime Manager
C#
RuntimeManager rt = new RuntimeManager()
See Also