System.IO.TextWriter

E697502

System.IO.TextWriter is an abstract base class in .NET that provides a framework for writing a sequential series of characters to various output targets such as streams, strings, or files.

Try in SPARQL Jump to: Statements Referenced by

Statements (71)

Predicate Object
instanceOf .NET class
abstract class
assembly System.IO.dll
System.Runtime.dll NERFINISHED
mscorlib.dll NERFINISHED
netstandard.dll
baseClass System.MarshalByRefObject NERFINISHED
derivedClass System.CodeDom.Compiler.IndentedTextWriter NERFINISHED
System.IO.StreamWriter NERFINISHED
System.IO.StringWriter NERFINISHED
hasMethod Close()
Dispose()
Equals(System.Object)
Flush()
FlushAsync()
GetHashCode()
GetType()
Synchronized(System.IO.TextWriter)
ToString()
Write(System.Boolean)
Write(System.Char)
Write(System.Char[])
Write(System.Char[],System.Int32,System.Int32)
Write(System.Decimal)
Write(System.Double)
Write(System.Int32)
Write(System.Int64)
Write(System.Object)
Write(System.Single)
Write(System.String)
Write(System.UInt32)
Write(System.UInt64)
WriteAsync(System.Char)
WriteAsync(System.Char[])
WriteAsync(System.Char[],System.Int32,System.Int32)
WriteAsync(System.String)
WriteLine()
WriteLine(System.Boolean)
WriteLine(System.Char)
WriteLine(System.Char[])
WriteLine(System.Char[],System.Int32,System.Int32)
WriteLine(System.Decimal)
WriteLine(System.Double)
WriteLine(System.Int32)
WriteLine(System.Int64)
WriteLine(System.Object)
WriteLine(System.Single)
WriteLine(System.String)
WriteLine(System.UInt32)
WriteLine(System.UInt64)
WriteLineAsync()
WriteLineAsync(System.Char)
WriteLineAsync(System.Char[])
WriteLineAsync(System.Char[],System.Int32,System.Int32)
WriteLineAsync(System.String)
hasProperty Encoding
FormatProvider
NewLine
hasStaticProperty Null
implements System.IDisposable NERFINISHED
introducedIn .NET Framework 1.0 NERFINISHED
isAbstract true
isThreadSafe false
namespace System.IO NERFINISHED
Null isTextWriterThatIgnoresAllWrites
summary Represents a writer that can write a sequential series of characters.
supportsAsync true
supportsFormatting true
writesTo files
streams
strings

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.IO containsType System.IO.TextWriter