AssemblyDetailsIsIncluded Property
This is used to get or set whether or not to include the assembly
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool IsIncluded { get; set; }
Public Property IsIncluded As Boolean
Get
Set
public:
property bool IsIncluded {
bool get ();
void set (bool value);
}
member IsIncluded : bool with get, set
Property Value
Boolean Certain assemblies cannot be parsed or do not contain any useful information. This can
be set to false to exclude them from being processed.