Book a Demo

Author Topic: Use EA in c# external program  (Read 3193 times)

jepessen

  • EA User
  • **
  • Posts: 106
  • Karma: +1/-1
    • View Profile
Use EA in c# external program
« on: June 04, 2019, 12:43:07 am »
Hi.

I need to create a little C# console program that read requirements defined in EA and generate some super-mega-secret output.

I'd like to know which library in EA folder I need to use as reference in my Visual Studio 2019 C# project in order to access to the automation interface. What I need to add?

jepessen

  • EA User
  • **
  • Posts: 106
  • Karma: +1/-1
    • View Profile
Re: Use EA in c# external program
« Reply #1 on: June 04, 2019, 01:12:55 am »
Ok I've found.. I need to add a reference to Interop.EA.dll.