ReflectionDataSetCoreFrameworkLocation Property

This read-only property is used to get the core framework location if there is one

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public AssemblyLocation CoreFrameworkLocation { get; }

Property Value

AssemblyLocation
The core framework location or null if there isn't one

Remarks

The core location is determined by searching for mscorlib in the assembly set

See Also