AssemblyLocationAllAssemblies Property

This read-only property returns a bindable list of all assembly details for this location

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IList<AssemblyDetails> AllAssemblies { get; }

Property Value

IListAssemblyDetails

See Also