Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core Inheritance: System.Object

Syntax

Summary

Resolves cross-references in documentation to their target entities and generates appropriate links.

Remarks

This class builds a comprehensive map of all documentation entities and their identifiers, allowing for resolution of see and seealso references to the correct relative paths and anchors. It handles all types of references including types, members, parameters, and external references.

Constructors

.ctor

Initializes a new instance of the CrossReferenceResolver class.

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Methods

BuildReferenceMap

Builds the reference map from a documentation assembly.

Syntax

Parameters

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ResolveReference

Resolves a documentation reference to a DocReference object with full path and anchor information.

Syntax

Parameters

Returns

Type: CloudNimble.DotNetDocs.Core.DocReference A resolved DocReference object.

ResolveReferences

Resolves all references in a collection of raw reference strings.

Syntax

Parameters

Returns

Type: System.Collections.Generic.ICollection<CloudNimble.DotNetDocs.Core.DocReference> A collection of resolved DocReference objects.

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?