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.
Inherited Members
- StreamAssemblyDocumentationBase.GetDocumentation(ITypeDefinition)
- StreamAssemblyDocumentationBase.GetDocumentation(ITypeMemberDefinition)
- StreamAssemblyDocumentationBase.Refresh()
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()