A Sandcastle Documented Class Library |
MixedCodeDocument Methods |
MixedCodeDocument Class See Also Send Feedback |
The MixedCodeDocument type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateCodeFragment |
Create a code fragment instances.
| |
CreateTextFragment |
Create a text fragment instances.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load(Stream) |
Loads a mixed code document from a stream.
| |
Load(TextReader) |
Loads the mixed code document from the specified TextReader.
| |
Load(String) |
Loads a mixed code document from a file.
| |
Load(Stream, Boolean) |
Loads a mixed code document from a stream.
| |
Load(Stream, Encoding) |
Loads a mixed code document from a stream.
| |
Load(String, Boolean) |
Loads a mixed code document from a file.
| |
Load(String, Encoding) |
Loads a mixed code document from a file.
| |
Load(Stream, Encoding, Boolean) |
Loads a mixed code document from a stream.
| |
Load(String, Encoding, Boolean) |
Loads a mixed code document from a file.
| |
Load(Stream, Encoding, Boolean, Int32) |
Loads a mixed code document from a stream.
| |
Load(String, Encoding, Boolean, Int32) |
Loads a mixed code document from a file.
| |
LoadHtml |
Loads a mixed document from a text
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save(Stream) |
Saves the mixed document to the specified stream.
| |
Save(StreamWriter) |
Saves the mixed document to the specified StreamWriter.
| |
Save(TextWriter) |
Saves the mixed document to the specified TextWriter.
| |
Save(String) |
Saves the mixed document to the specified file.
| |
Save(Stream, Encoding) |
Saves the mixed document to the specified stream.
| |
Save(String, Encoding) |
Saves the mixed document to the specified file.
| |
ToString | (Inherited from Object.) |