In This Article

FileAssemblyDocumentation Class

Provides an assembly documentation source from a file on the hard drive.

public class FileAssemblyDocumentation : StreamAssemblyDocumentationBase, IAssemblyDocumentation
Inheritance:
object StreamAssemblyDocumentationBase object
Implements:
IAssemblyDocumentation

Constructors

FileAssemblyDocumentation(string)

Initializes an instance of the class.

public FileAssemblyDocumentation(string path)
Parameter Type Description
path string

The path to the file on the local hard drive.

Methods

GetStream()

Returns the Stream to use for reading documentation.

protected override Stream? GetStream()

Returns

Stream

Remarks

The Stream must support seeking.

Inherited Members

Extension Methods