ReflectionDataSetIsCoreFramework Property

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

Definition

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

Property Value

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

Remarks

The core location is determined by searching for mscorlib, netstandard, or System.Runtime in the assembly set. If the platform type is .NET Standard it is automatically considered to be a core framework for backward compatibility with the data set that did not contain any assembly information.

See Also