how to read the assembly manifest without loading the .dll

前端 未结 6 1467
南旧
南旧 2021-01-05 21:34

Essentially need to read the dependencies programmatically without loading the assembly itself, as then you can\'t unload them

6条回答
  •  春和景丽
    2021-01-05 21:48

    found this System.Reflection.Assembly.ReflectionOnlyLoadFrom(path) does the trick

提交回复
热议问题