DotNetAdapterGetClassNamesOptions
- Updated2025-07-21
- 1 minute(s) read
DotNetAdapterGetClassNamesOptions
Use these constants with the options parameter of the DotNetAdapter.GetClassNames method. If you pass no option (Value: 0x0), the adapter supports unloading of the assembly for which the API fetches the class names.
- DotNetAdapterGetClassNamesOption__AllowLoadingMixedAssemblies –(Value: 0x1) The DotNetAdapter.GetClassNames method will allow fetching class data 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).