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 a new instance of the FileAssemblyDocumentation 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:

The Stream to use for reading documentation.

Remarks

The Stream must support seeking.

Inherited Members