CreateFromAnalyserProject Method

Create a new instance of the RunnerProject class, using a project previously opened in the XJAnalyser .NET Integration.

Type: RunnerProject

Namespace: XJTAG.Integration.XJRunner

Syntax

public static RunnerProject CreateFromAnalyserProject(AnalyserProject analyserProject)

Parameters

analyserProject

Type: AnalyserProject

The XJAnalyser Integration project instance previously opened.

Return Value

RunnerProject

A new RunnerProject instance based on the existing XJAnalyser Integration project.

Exceptions

ProjectException

A valid licence could not be found.

System.ObjectDisposedException

The AnalyserProject instance has already been disposed.

Remarks

Use this to switch from the XJAnalyser .NET Integration to the XJRunner .NET Integration without having to re-open the same project file.