Reflection Data SetAssembly Locations Property
This read-only property returns a bindable list of assembly locations
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 IBindingList AssemblyLocations { get; }VB
Public ReadOnly Property AssemblyLocations As IBindingList
GetC++
public:
property IBindingList^ AssemblyLocations {
IBindingList^ get ();
}F#
member AssemblyLocations : IBindingList with get