Click or drag to resize

MixedCodeDocument Methods

The MixedCodeDocument type exposes the following members.

Methods
  NameDescription
Public methodCreateCodeFragment
Create a code fragment instances.
Public methodCreateTextFragment
Create a text fragment instances.
Public methodLoad(Stream)
Loads a mixed code document from a stream.
Public methodLoad(TextReader)
Loads the mixed code document from the specified TextReader.
Public methodLoad(String)
Loads a mixed code document from a file.
Public methodLoad(Stream, Boolean)
Loads a mixed code document from a stream.
Public methodLoad(Stream, Encoding)
Loads a mixed code document from a stream.
Public methodLoad(String, Boolean)
Loads a mixed code document from a file.
Public methodLoad(String, Encoding)
Loads a mixed code document from a file.
Public methodLoad(Stream, Encoding, Boolean)
Loads a mixed code document from a stream.
Public methodLoad(String, Encoding, Boolean)
Loads a mixed code document from a file.
Public methodLoad(Stream, Encoding, Boolean, Int32)
Loads a mixed code document from a stream.
Public methodLoad(String, Encoding, Boolean, Int32)
Loads a mixed code document from a file.
Public methodLoadHtml
Loads a mixed document from a text
Public methodSave(Stream)
Saves the mixed document to the specified stream.
Public methodSave(StreamWriter)
Saves the mixed document to the specified StreamWriter.
Public methodSave(TextWriter)
Saves the mixed document to the specified TextWriter.
Public methodSave(String)
Saves the mixed document to the specified file.
Public methodSave(Stream, Encoding)
Saves the mixed document to the specified stream.
Public methodSave(String, Encoding)
Saves the mixed document to the specified file.
Top
See Also