Click or drag to resize

TextOutputServiceTemporary Class

Temporary in-memory implementation of TextOutputServiceBase.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesTextOutputServiceBase
    Altaxo.Main.ServicesTextOutputServiceTemporary

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class TextOutputServiceTemporary : TextOutputServiceBase

The TextOutputServiceTemporary type exposes the following members.

Constructors
 NameDescription
Public methodTextOutputServiceTemporaryInitializes a new instance of the TextOutputServiceTemporary class
Top
Properties
 NameDescription
Public propertyText Gets the accumulated text.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInternalWrite Writes the specified text to the underlying output.
(Overrides TextOutputServiceBaseInternalWrite(String))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite(String)Writes a string to the output.
(Inherited from TextOutputServiceBase)
Public methodWrite(String, Object) Writes text using the format string and the supplied parameters.
(Inherited from TextOutputServiceBase)
Public methodWrite(IFormatProvider, String, Object) Writes text using a format provider and a composite format string.
(Inherited from TextOutputServiceBase)
Public methodWriteLine Starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(String) Writes a string to the output and then starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(String, Object) Writes a line using the format string and the parameters, then starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(IFormatProvider, String, Object) Writes text using a format provider and a composite format string, then starts a new line.
(Inherited from TextOutputServiceBase)
Top
See Also