It is possible to get Assembly Version Attributes of a .net ddl via Java? (Without proxy .net app to retrieve the reflection data)

89 views Asked by At

I already know other questions which proposes the proxy app solution.

1

There are 1 answers

0
Matt On

@paulsm4 Thanks for your comment. This works for me.

"You can always read the Microsoft docs for the .Net dll assembly format, and parse relevant bytes from the binary file in Java manually."