Table of Contents

ReflectionDataSet.IsCoreFramework Property

Definition

Namespace
Sandcastle.Core.Reflection
Assembly
Sandcastle.Core.dll

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

public bool IsCoreFramework { get; }

Property Value

bool

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.