Reflection Data SetIs Present Property
This read-only property can be used to determine if the reflection data set's core assemblies are
present on the current system
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if the core assembly folder exists and contains the first assembly, false if not. If the first assembly is present, it is assumed that all of them are.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsPresent { get; }VB
Public ReadOnly Property IsPresent As Boolean
GetC++
public:
property bool IsPresent {
bool get ();
}F#
member IsPresent : bool with getReturn Value
BooleanTrue if the core assembly folder exists and contains the first assembly, false if not. If the first assembly is present, it is assumed that all of them are.