I know about GetAssemblies() , but only gets loaded managed assemblies.
GetAssemblies()
In my particular case, I am using SQL Server Compact, and I want to know the exact native DLL loaded by the System.Data.SqlServerCe assembly (via DLLImport ).
DLLImport
Check the DLL list in the bottom pane in Process Explorer.
If you want to do this in code, check Process.GetCurrentProcess().Modules .
Process.GetCurrentProcess().Modules
Source: https://habr.com/ru/post/1388509/More articles:Unknown instance method for selector - iosObjective-C regex - objective-cWhat is the best way to upload and cache images in Java? - javaOrganizing subviews with backbone.js? - javascriptIs it possible to reuse RemoteViews in appWidget, and not create new ones every time? and how can i store them? - javaHow to get the first 5 items on the stack (higher performance) - stackColumn data types changed after "rake db: reset" - ruby-on-railsRegular expression problem for input validation - c #jQuery.ajax () is crashing - jsonIPod Control in Lockscreen for native application - iosAll Articles