public class IndentedTextWriter : TextWriterPublic Class IndentedTextWriter
Inherits TextWriterpublic ref class IndentedTextWriter : public TextWritertype IndentedTextWriter =
class
inherit TextWriter
end| IndentedTextWriter(TextWriter) | Инициализирует новый экземпляр класса IndentedTextWriter |
| IndentedTextWriter(TextWriter, String) | Инициализирует новый экземпляр класса IndentedTextWriter |
| Encoding | (Переопределяет TextWriterEncoding) |
| FormatProvider | Gets an object that controls formatting. (Унаследован от TextWriter) |
| IndentLevel | |
| IndentString | |
| NewLine | (Переопределяет TextWriterNewLine) |
| Close | (Переопределяет TextWriterClose) |
| Dispose | Releases all resources used by the TextWriter object. (Унаследован от TextWriter) |
| Dispose(Boolean) | Освобождает неуправляемые ресурсы, используемые объектом IndentedTextWriter, а при необходимости освобождает также управляемые ресурсы (Переопределяет TextWriterDispose(Boolean)) |
| DisposeAsync | Asynchronously releases all resources used by the TextWriter object. (Унаследован от TextWriter) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| Flush | (Переопределяет TextWriterFlush) |
| FlushAsync | Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Унаследован от TextWriter) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| Indent | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| Unindent | |
| Write(Boolean) | (Переопределяет TextWriterWrite(Boolean)) |
| Write(Char) | (Переопределяет TextWriterWrite(Char)) |
| Write(Char) | (Переопределяет TextWriterWrite(Char)) |
| Write(Decimal) | Writes the text representation of a decimal value to the text stream. (Унаследован от TextWriter) |
| Write(Double) | (Переопределяет TextWriterWrite(Double)) |
| Write(Int32) | (Переопределяет TextWriterWrite(Int32)) |
| Write(Int64) | (Переопределяет TextWriterWrite(Int64)) |
| Write(Object) | (Переопределяет TextWriterWrite(Object)) |
| Write(ReadOnlySpanChar) | Writes a character span to the text stream. (Унаследован от TextWriter) |
| Write(Single) | (Переопределяет TextWriterWrite(Single)) |
| Write(String) | (Переопределяет TextWriterWrite(String)) |
| Write(UInt32) | Writes the text representation of a 4-byte unsigned integer to the text stream. (Унаследован от TextWriter) |
| Write(UInt64) | Writes the text representation of an 8-byte unsigned integer to the text stream. (Унаследован от TextWriter) |
| Write(String, Object) | (Переопределяет TextWriterWrite(String, Object)) |
| Write(String, Object) | (Переопределяет TextWriterWrite(String, Object)) |
| Write(Char, Int32, Int32) | (Переопределяет TextWriterWrite(Char, Int32, Int32)) |
| Write(String, Object, Object) | (Переопределяет TextWriterWrite(String, Object, Object)) |
| Write(String, Object, Object, Object) | Writes a formatted string to the text stream, using the same semantics as the Format(String, Object, Object, Object) method. (Унаследован от TextWriter) |
| WriteAsync(Char) | Writes a character to the text stream asynchronously. (Унаследован от TextWriter) |
| WriteAsync(Char) | Writes a character array to the text stream asynchronously. (Унаследован от TextWriter) |
| WriteAsync(String) | Writes a string to the text stream asynchronously. (Унаследован от TextWriter) |
| WriteAsync(ReadOnlyMemoryChar, CancellationToken) | Asynchronously writes a character memory region to the text stream. (Унаследован от TextWriter) |
| WriteAsync(Char, Int32, Int32) | Writes a subarray of characters to the text stream asynchronously. (Унаследован от TextWriter) |
| WriteIndent | |
| WriteLine | (Переопределяет TextWriterWriteLine) |
| WriteLine(Boolean) | (Переопределяет TextWriterWriteLine(Boolean)) |
| WriteLine(Char) | (Переопределяет TextWriterWriteLine(Char)) |
| WriteLine(Char) | (Переопределяет TextWriterWriteLine(Char)) |
| WriteLine(Decimal) | Writes the text representation of a decimal value to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLine(Double) | (Переопределяет TextWriterWriteLine(Double)) |
| WriteLine(Int32) | (Переопределяет TextWriterWriteLine(Int32)) |
| WriteLine(Int64) | (Переопределяет TextWriterWriteLine(Int64)) |
| WriteLine(Object) | (Переопределяет TextWriterWriteLine(Object)) |
| WriteLine(ReadOnlySpanChar) | Writes the text representation of a character span to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLine(Single) | (Переопределяет TextWriterWriteLine(Single)) |
| WriteLine(String) | (Переопределяет TextWriterWriteLine(String)) |
| WriteLine(UInt32) | (Переопределяет TextWriterWriteLine(UInt32)) |
| WriteLine(UInt64) | Writes the text representation of an 8-byte unsigned integer to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLine(String, Object) | (Переопределяет TextWriterWriteLine(String, Object)) |
| WriteLine(String, Object) | (Переопределяет TextWriterWriteLine(String, Object)) |
| WriteLine(Char, Int32, Int32) | (Переопределяет TextWriterWriteLine(Char, Int32, Int32)) |
| WriteLine(String, Object, Object) | (Переопределяет TextWriterWriteLine(String, Object, Object)) |
| WriteLine(String, Object, Object, Object) | Writes out a formatted string and a new line to the text stream, using the same semantics as Format(String, Object). (Унаследован от TextWriter) |
| WriteLineAsync | Asynchronously writes a line terminator to the text stream. (Унаследован от TextWriter) |
| WriteLineAsync(Char) | Asynchronously writes a character to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLineAsync(Char) | Asynchronously writes an array of characters to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLineAsync(String) | Asynchronously writes a string to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLineAsync(ReadOnlyMemoryChar, CancellationToken) | Asynchronously writes the text representation of a character memory region to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| WriteLineAsync(Char, Int32, Int32) | Asynchronously writes a subarray of characters to the text stream, followed by a line terminator. (Унаследован от TextWriter) |
| CoreNewLine | Stores the newline characters used for this TextWriter. (Унаследован от TextWriter) |
| DefaultIndentString |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |
| WriteIndent | (Определяется CommandLineIOExtensions) |
| WriteIndented |
Writes a string to the text string or stream with indentation of every line of the string.
(Определяется CommandLineIOExtensions) |
| WriteIndented |
Writes a string to the text string or stream with indentation of every line of the string.
(Определяется CommandLineIOExtensions) |
| WriteLogo |
Writes a logo to the specified output stream.
(Определяется CommandLineIOExtensions) |