ReflectionDataSetIsPresent 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: 2024.2.18.0
public bool IsPresent { get; }

Return Value

Boolean
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.

See Also