I need to reference a dotnet runtime assembly with Mono.Cecil on a Linux Machine. This is a 2 part question.
- Where are the dotnet runtime assemblies stored on Linux (assuming it's an
.sofile) - Does the
Mono.Cecil.AssemblyDefinition::ReadAssembly()method accept.sofiles?
Thanks!
You're assuming wrong, assemblies are stored as
.dllfiles.No, it works with .Net assembly files (
.dll)