DotNetAdapterCacheAssemblyInfoExOptions
- Updated2026-02-03
- 1 minute(s) read
DotNetAdapterCacheAssemblyInfoExOptions
Use these constants with the options parameter of the DotNetAdapter.CacheAssemblyInfoEx method. If you pass no option (Value: 0x0), the adapter allows unloading of the assembly on which the method acts.
- DotNetAdapterCacheAssemblyInfoExOption_AllowLoadingMixedAssemblies –(Value: 0x1) The DotNetAdapter.CacheAssemblyInfoEx method will allow loading and caching of all assembly info for C++/CLI (mixed-mode) assemblies, but these assemblies can't be unloaded. .NET Core doesn't allow loading C++/CLI assemblies into AssemblyLoadContexts which can be unloaded (collectible).