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.

All labels observed (2)

Label Occurrences
System.IO.TextWriter canonical 5
System.Console.Error 1

How this entity was disambiguated

Statements (71)

Predicate Object
instanceOf .NET class
abstract class
assembly System.IO.dll
System.Runtime.dll
mscorlib.dll
netstandard.dll
baseClass System.MarshalByRefObject
derivedClass System.CodeDom.Compiler.IndentedTextWriter
System.IO.StreamWriter
System.IO.StringWriter
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
introducedIn .NET Framework 1.0
linked to: .NET Framework
isAbstract true
isThreadSafe false
namespace System.IO
Null isTextWriterThatIgnoresAllWrites
summary Represents a writer that can write a sequential series of characters.
supportsAsync true
supportsFormatting true
writesTo files
streams
strings

How these facts were elicited

Referenced by (6)

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

System.IO containsType System.IO.TextWriter
System.Console defaultErrorStream System.Console.Error
linked to: System.IO.TextWriter
System.Console OutType System.IO.TextWriter
System.Console ErrorType System.IO.TextWriter
System.IO.StreamWriter inheritsFrom System.IO.TextWriter
System.IO.StreamWriter baseClass System.IO.TextWriter