AssemblyLocationIsCoreLocation Property

This read-only property is used to determine if this entry represents a core framework location

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool IsCoreLocation { get; }

Property Value

Boolean
True if it is the core location, false if not

Remarks

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

See Also