What’s the load behavior of dlls that we PInvoke into anyway? The libraries that are pinvoked are loaded when the 1 st call to that function is made. The module will stay loaded in memory until the AppDomain shuts down. Typically this means that the dll
Read More...