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
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool IsPresent { get; }
Public ReadOnly Property IsPresent As Boolean
Get
public:
property bool IsPresent {
bool get ();
}
member IsPresent : bool with get
Return 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.