SourceReferenceResolver Class

Definition

Resolves references to source documents specified in the source.

public ref class SourceReferenceResolver abstract
public abstract class SourceReferenceResolver
type SourceReferenceResolver = class
Public MustInherit Class SourceReferenceResolver
Inheritance
SourceReferenceResolver
Derived

Constructors

Name Description
SourceReferenceResolver()

Methods

Name Description
Equals(Object)
GetHashCode()
NormalizePath(String, String)

Normalizes specified source path with respect to base file path.

OpenRead(String)

Opens a Stream that allows reading the content of the specified file.

ReadText(String)

Reads the contents of resolvedPath and returns a SourceText.

ResolveReference(String, String)

Resolves specified path with respect to base file path.

Applies to