Constructor (string)

Initializes a new instance of the AnalyserProject class. This requires an existing XJTAG project file to be saved as an xjd, xjp or xje file.

Type: AnalyserProject

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public AnalyserProject(string path)

Parameters

path

Type: string

The path to the existing XJTAG project - either an xjd, xjp or xje project file.

Exceptions

System.ArgumentException

path contains invalid characters

System.ArgumentNullException

path is null

ProjectException

the project was unable to be opened or it contains errors

Remarks

An XJAnalyser licence is required to open projects using this constructor.