Assembly LocationAll Assemblies 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IList<AssemblyDetails> AllAssemblies { get; }VB
Public ReadOnly Property AllAssemblies As IList(Of AssemblyDetails)
GetC++
public:
property IList<AssemblyDetails^>^ AllAssemblies {
IList<AssemblyDetails^>^ get ();
}F#
member AllAssemblies : IList<AssemblyDetails> with get