AssemblyLocationDetermineAssemblyDetails Method

This can be used to load an empty location with information about the assemblies it contains

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public void DetermineAssemblyDetails(
	bool clearAndRefresh
)

Parameters

clearAndRefresh  Boolean
True to clear and refresh all file information or false to only remove assemblies that no longer exist and add new assemblies.

See Also