Reflection Data SetIs Core Framework 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: 2026.1.20.0
True if it is the core framework, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsCoreFramework { get; }VB
Public ReadOnly Property IsCoreFramework As Boolean
GetC++
public:
property bool IsCoreFramework {
bool get ();
}F#
member IsCoreFramework : bool with getProperty Value
BooleanTrue 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.