Assembly DetailsIs Included Property
This is used to get or set whether or not to include the assembly
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsIncluded { get; set; }VB
Public Property IsIncluded As Boolean
Get
SetC++
public:
property bool IsIncluded {
bool get ();
void set (bool value);
}F#
member IsIncluded : bool with get, setProperty Value
BooleanRemarks
Certain assemblies cannot be parsed or do not contain any useful information. This can
be set to false to exclude them from being processed.