Hi,
I'm trying to analyze .seq files in my C#/.NET project.
In case of failure, I need to get the errors and warnings for further processing.
However, I don't really know how to accomplish that.
I included following dlls to my project based on this guide: https://www.ni.com/docs/de-DE/bundle/teststand/page/tsapiref/infotopics/csharp.htm
NationalInstruments.TestStand.Interop.API.dll
NationalInstruments.TestStand.Interop.SequenceAnalyzer.dll
The dlls are for TestStand Engine Version 2017 SP1 (17.1.0.130) 64-bit
I've used the API.dll already, and it works fine, however I can't seem to understand how to use the SequenceAnalyzer.dll
In the Visual Studio Object Browser, I can only see some Interfaces and Enums.
The only useable class is the "AnalyzerClass", however contrary to the "EngineClass" (in API.dll) there are no useable functions to call.

Am i using the wrong classes/dll or is my SequenceAnalyzer.dll broken?