XmlTargetDictionaryUtilities Class

The logic to construct Target and Reference objects from XML reflection data. Anything that depends on specifics of the XML reflection data format lives here.

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
public static class XmlTargetDictionaryUtilities
Inheritance
Object    XmlTargetDictionaryUtilities

Properties

ContainerExpression This is used to get or set the container expression

Methods

CreateExtensionMethodReference Create an object to store the information to generate the display string for an extension method
CreateMemberReference Create a member reference
CreateMemberTarget Create a member target
CreateNamespaceReference Create a namespace reference
CreateReference Create a reference
CreateSimpleTypeReference Create a simple type reference
CreateTarget Create a target
CreateTypeReference Create a type reference
EnumerateTargets This is used to enumerate targets

See Also