Xml Target Dictionary Utilities 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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public static class XmlTargetDictionaryUtilitiesVB
Public NotInheritable Class XmlTargetDictionaryUtilitiesC++
public ref class XmlTargetDictionaryUtilities abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type XmlTargetDictionaryUtilities = class end- 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 |