RhinoApp.CommandLineTextWriter Class

RhinoAppCommandLineTextWriter Class

Provides a text writer that writes to the command line.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IOTextWriter
      RhinoRhinoAppCommandLineTextWriter

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class CommandLineTextWriter : TextWriter
Public Class CommandLineTextWriter
	Inherits TextWriter

The RhinoAppCommandLineTextWriter type exposes the following members.

Constructors
  NameDescription
Public methodRhinoAppCommandLineTextWriter
Initializes a new instance of the RhinoAppCommandLineTextWriter class
Top
Properties
  NameDescription
Public propertyEncoding
Returns Encoding Unicode.
(Overrides TextWriterEncoding.)
Public propertyFormatProvider (Inherited from TextWriter.)
Public propertyNewLine (Inherited from TextWriter.)
Top
Methods
  NameDescription
Public methodClose (Inherited from TextWriter.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose (Inherited from TextWriter.)
Protected methodDispose(Boolean) (Inherited from TextWriter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlush (Inherited from TextWriter.)
Public methodFlushAsync (Inherited from TextWriter.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Public methodwrite
Provided to give a simple way to IronPython to call this class.
Public methodWrite(Char) (Inherited from TextWriter.)
Public methodWrite(Boolean) (Inherited from TextWriter.)
Public methodWrite(Int32) (Inherited from TextWriter.)
Public methodWrite(UInt32) (Inherited from TextWriter.)
Public methodWrite(Int64) (Inherited from TextWriter.)
Public methodWrite(UInt64) (Inherited from TextWriter.)
Public methodWrite(Single) (Inherited from TextWriter.)
Public methodWrite(Double) (Inherited from TextWriter.)
Public methodWrite(Decimal) (Inherited from TextWriter.)
Public methodWrite(Object) (Inherited from TextWriter.)
Public methodWrite(Char)
Writes a char to the command line.
(Overrides TextWriterWrite(Char).)
Public methodWrite(String)
Writes a string to the command line.
(Overrides TextWriterWrite(String).)
Public methodWrite(String, Object) (Inherited from TextWriter.)
Public methodWrite(String, Object) (Inherited from TextWriter.)
Public methodWrite(String, Object, Object) (Inherited from TextWriter.)
Public methodWrite(Char, Int32, Int32)
Writes a char buffer to the command line.
(Overrides TextWriterWrite(Char, Int32, Int32).)
Public methodWrite(String, Object, Object, Object) (Inherited from TextWriter.)
Public methodWriteAsync(Char) (Inherited from TextWriter.)
Public methodWriteAsync(String) (Inherited from TextWriter.)
Public methodWriteAsync(Char) (Inherited from TextWriter.)
Public methodWriteAsync(Char, Int32, Int32) (Inherited from TextWriter.)
Public methodWriteLine (Inherited from TextWriter.)
Public methodWriteLine(Char) (Inherited from TextWriter.)
Public methodWriteLine(Char) (Inherited from TextWriter.)
Public methodWriteLine(Boolean) (Inherited from TextWriter.)
Public methodWriteLine(Int32) (Inherited from TextWriter.)
Public methodWriteLine(UInt32) (Inherited from TextWriter.)
Public methodWriteLine(Int64) (Inherited from TextWriter.)
Public methodWriteLine(UInt64) (Inherited from TextWriter.)
Public methodWriteLine(Single) (Inherited from TextWriter.)
Public methodWriteLine(Double) (Inherited from TextWriter.)
Public methodWriteLine(Decimal) (Inherited from TextWriter.)
Public methodWriteLine(String) (Inherited from TextWriter.)
Public methodWriteLine(Object) (Inherited from TextWriter.)
Public methodWriteLine(String, Object) (Inherited from TextWriter.)
Public methodWriteLine(String, Object) (Inherited from TextWriter.)
Public methodWriteLine(Char, Int32, Int32) (Inherited from TextWriter.)
Public methodWriteLine(String, Object, Object) (Inherited from TextWriter.)
Public methodWriteLine(String, Object, Object, Object) (Inherited from TextWriter.)
Public methodWriteLineAsync (Inherited from TextWriter.)
Public methodWriteLineAsync(Char) (Inherited from TextWriter.)
Public methodWriteLineAsync(String) (Inherited from TextWriter.)
Public methodWriteLineAsync(Char) (Inherited from TextWriter.)
Public methodWriteLineAsync(Char, Int32, Int32) (Inherited from TextWriter.)
Top
Fields
  NameDescription
Protected fieldCoreNewLine (Inherited from TextWriter.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also