Question

I have source code of two C# projects. Project A starts project B (process.Start();). From project B I need to get assembly version of project A.

Était-ce utile?

La solution

Are you looking out for something like

AssemblyName.GetAssemblyName("ProjectB.exe").Version

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top