ReflectionDataSetIsCoreFramework Property
This read-only property is used to determine if this entry represents a core framework
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool IsCoreFramework { get; }
Public ReadOnly Property IsCoreFramework As Boolean
Get
public:
property bool IsCoreFramework {
bool get ();
}
member IsCoreFramework : bool with get
Property Value
BooleanTrue if it is the core framework, false if not
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.