public class IndentedTextWriter extends TextWriter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.CodeDom.Compiler.IndentedTextWriter
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.CodeDom.Compiler.IndentedTextWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IndentedTextWriter() |
IndentedTextWriter(java.lang.Object instance)
Internal constructor.
|
IndentedTextWriter(TextWriter writer) |
IndentedTextWriter(TextWriter writer,
java.lang.String tabString) |
| Modifier and Type | Method and Description |
|---|---|
static IndentedTextWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IndentedTextWriter, a cast assert is made to check if types are compatible. |
void |
Close() |
ValueTask |
DisposeAsync() |
void |
Flush() |
Task |
FlushAsync() |
Task |
FlushAsync(CancellationToken cancellationToken) |
int |
getIndent() |
TextWriter |
getInnerWriter() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
setIndent(int Indent) |
void |
setJCOInstance(JCObject instance) |
void |
Write(boolean value) |
void |
Write(char value) |
void |
Write(char[] buffer) |
void |
Write(char[] buffer,
int index,
int count) |
void |
Write(double value) |
void |
Write(int value) |
void |
Write(JCORefOut dupParam0) |
void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
Write(long value) |
void |
Write(NetObject value) |
void |
Write(Single value) |
void |
Write(java.lang.String s) |
void |
Write(java.lang.String format,
NetObject... arg) |
void |
Write(java.lang.String format,
NetObject arg0) |
void |
Write(java.lang.String format,
NetObject arg0,
NetObject arg1) |
Task |
WriteAsync(char value) |
Task |
WriteAsync(char[] buffer,
int index,
int count) |
Task |
WriteAsync(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
Task |
WriteAsync(java.lang.String value) |
Task |
WriteAsync(StringBuilder value,
CancellationToken cancellationToken) |
void |
WriteLine() |
void |
WriteLine(boolean value) |
void |
WriteLine(char value) |
void |
WriteLine(char[] buffer) |
void |
WriteLine(char[] buffer,
int index,
int count) |
void |
WriteLine(double value) |
void |
WriteLine(int value) |
void |
WriteLine(JCORefOut dupParam0) |
void |
WriteLine(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
WriteLine(long value) |
void |
WriteLine(NetObject value) |
void |
WriteLine(Single value) |
void |
WriteLine(java.lang.String s) |
void |
WriteLine(java.lang.String format,
NetObject... arg) |
void |
WriteLine(java.lang.String format,
NetObject arg0) |
void |
WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1) |
void |
WriteLine(UInt32 value) |
Task |
WriteLineAsync() |
Task |
WriteLineAsync(char value) |
Task |
WriteLineAsync(char[] buffer,
int index,
int count) |
Task |
WriteLineAsync(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
Task |
WriteLineAsync(java.lang.String value) |
Task |
WriteLineAsync(StringBuilder value,
CancellationToken cancellationToken) |
void |
WriteLineNoTabs(java.lang.String s) |
Task |
WriteLineNoTabsAsync(java.lang.String s) |
close, CreateBroadcasting, Dispose, getEncoding, getFormatProvider, getNewLine, setNewLine, Synchronized, Write, Write, Write, Write, Write, WriteAsync, WriteAsync, WriteLine, WriteLine, WriteLine, WriteLine, WriteLineAsync, WriteLineAsyncGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IndentedTextWriter()
throws java.lang.Throwable
java.lang.Throwablepublic IndentedTextWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IndentedTextWriter(TextWriter writer) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic IndentedTextWriter(TextWriter writer, java.lang.String tabString) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public static IndentedTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IndentedTextWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIndentedTextWriter instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException
Close in class TextWriterjava.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic ValueTask DisposeAsync() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, ArgumentException, InvalidOperationException, IndexOutOfRangeException
DisposeAsync in class TextWriterjava.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionpublic void Flush()
throws java.lang.Throwable
Flush in class TextWriterjava.lang.Throwablepublic Task FlushAsync() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, EventSourceException
FlushAsync in class TextWriterjava.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionEventSourceExceptionpublic Task FlushAsync(CancellationToken cancellationToken) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, EventSourceException
FlushAsync in class TextWriterjava.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionEventSourceExceptionpublic int getIndent()
throws java.lang.Throwable
java.lang.Throwablepublic TextWriter getInnerWriter() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TextWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TextWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TextWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TextWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TextWriterJCType representing the CLR Type of the instantiated Classpublic void setIndent(int Indent)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class TextWriterpublic void Write(boolean value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char[] buffer)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(double value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionpublic void Write(int value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
FormatException,
ArrayTypeMismatchException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionFormatExceptionArrayTypeMismatchExceptionpublic void Write(JCORefOut dupParam0) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(long value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic void Write(NetObject value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void Write(Single value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, FormatException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionpublic void Write(java.lang.String s)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void Write(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void Write(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
Write in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic Task WriteAsync(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteAsync(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteAsync(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteAsync(StringBuilder value, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic void WriteLine()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(boolean value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char[] buffer)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(double value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic void WriteLine(int value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(long value)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic void WriteLine(NetObject value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void WriteLine(Single value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionpublic void WriteLine(java.lang.String s)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void WriteLine(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException,
NullReferenceException,
NotSupportedException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic void WriteLine(UInt32 value) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NullReferenceException, NotSupportedException
WriteLine in class TextWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionpublic Task WriteLineAsync() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteLineAsync(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteLineAsync(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteLineAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteLineAsync(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic Task WriteLineAsync(StringBuilder value, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
WriteLineAsync in class TextWriterjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic void WriteLineNoTabs(java.lang.String s)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic Task WriteLineNoTabsAsync(java.lang.String s) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, OutOfMemoryException, EventSourceException