MetadataProvider.RegisterRuntimeAssemblies Method

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Registers all assemblies currently loaded in the application domain.
public static void RegisterRuntimeAssemblies()

Remarks

This method is primarily intended for testing purposes. In normal usage, assemblies are registered automatically when their metadata or the metadata of their types or members is first requested.

This method only registers assemblies loaded by the Common Language Runtime (CLR) for the current application domain. It does not include assemblies loaded through MetadataLoadContext (MLC).