How do I check the version of a dll on OS X?
The dll is managed, created in C#, that's all I know.
If you reference the dll in Visual Studio right click it (in ProjectName/References folder) and select "Properties" you have "Version" and "Runtime Version" there. In File Explorer when you right click the dll file and select properties there is a "File Version" and "Product Version" there.
To look at what is on the machine click Start– and type in the path to the assembly folder which is C:windowsassembly and press ENTER. This will bring up a folder that shows a list of installed components. Simply Right-Click on the one you want to check and select properties.
With most Windows executables (DLL, EXE...), version and other details can be viewed using "Details" tab in "Properties" ( Alt + Enter ).
Using monodis or ikdasm it can be done like this:
monodis --assembly filename.dll
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With