AssemblyDetailsIsIncluded 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: 2024.12.21.0
public bool IsIncluded { get; set; }

Property Value

Boolean

Remarks

Certain assemblies cannot be parsed or do not contain any useful information. This can be set to false to exclude them from being processed.

See Also