CreateFromRunnerProject Method
Create a new instance of the AnalyserProject class, using a project previously opened in the XJRunner .NET integration.
Type: AnalyserProject
Namespace: XJTAG.Integration.XJAnalyser
Syntax
public static AnalyserProject CreateFromRunnerProject(RunnerProject runnerProject)
Parameters
- runnerProject
Type: RunnerProject
The XJRunner Integration project instance previously opened.
Return Value
- AnalyserProject
A new AnalyserProject instance based on the existing XJRunner Integration project.
Exceptions
- ProjectException
The project could not be opened in the XJAnalyser .NET Integration.
- System.ObjectDisposedException
The RunnerProject instance has already been disposed.
Remarks
Use this to switch from the XJRunner .NET Integration to the XJAnalyser .NET Integration without having to re-open the same project file.
XJTAG v4.2.5
