public class Console extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Console
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Console
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Console() |
Console(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Beep() |
static void |
Beep(int frequency,
int duration) |
static Console |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Console, a cast assert is made to check if types are compatible. |
static void |
Clear() |
static ConsoleColor |
getBackgroundColor() |
static int |
getBufferHeight() |
static int |
getBufferWidth() |
static boolean |
getCapsLock() |
static int |
getCursorLeft() |
static int |
getCursorSize() |
static int |
getCursorTop() |
static boolean |
getCursorVisible() |
static TextWriter |
getError() |
static ConsoleColor |
getForegroundColor() |
static TextReader |
getIn() |
static Encoding |
getInputEncoding() |
static boolean |
getIsErrorRedirected() |
static boolean |
getIsInputRedirected() |
static boolean |
getIsOutputRedirected() |
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
|
static boolean |
getKeyAvailable() |
static int |
getLargestWindowHeight() |
static int |
getLargestWindowWidth() |
static boolean |
getNumberLock() |
static TextWriter |
getOut() |
static Encoding |
getOutputEncoding() |
static java.lang.String |
getTitle() |
static boolean |
getTreatControlCAsInput() |
static int |
getWindowHeight() |
static int |
getWindowLeft() |
static int |
getWindowTop() |
static int |
getWindowWidth() |
static void |
MoveBufferArea(int sourceLeft,
int sourceTop,
int sourceWidth,
int sourceHeight,
int targetLeft,
int targetTop) |
static void |
MoveBufferArea(int sourceLeft,
int sourceTop,
int sourceWidth,
int sourceHeight,
int targetLeft,
int targetTop,
char sourceChar,
ConsoleColor sourceForeColor,
ConsoleColor sourceBackColor) |
static Stream |
OpenStandardError() |
static Stream |
OpenStandardError(int bufferSize) |
static Stream |
OpenStandardInput() |
static Stream |
OpenStandardInput(int bufferSize) |
static Stream |
OpenStandardOutput() |
static Stream |
OpenStandardOutput(int bufferSize) |
static int |
Read() |
static ConsoleKeyInfo |
ReadKey() |
static ConsoleKeyInfo |
ReadKey(boolean intercept) |
static java.lang.String |
ReadLine() |
static void |
ResetColor() |
static void |
setBackgroundColor(ConsoleColor BackgroundColor) |
static void |
setBufferHeight(int BufferHeight) |
static void |
SetBufferSize(int width,
int height) |
static void |
setBufferWidth(int BufferWidth) |
static void |
setCursorLeft(int CursorLeft) |
static void |
SetCursorPosition(int left,
int top) |
static void |
setCursorSize(int CursorSize) |
static void |
setCursorTop(int CursorTop) |
static void |
setCursorVisible(boolean CursorVisible) |
static void |
SetError(TextWriter newError) |
static void |
setForegroundColor(ConsoleColor ForegroundColor) |
static void |
SetIn(TextReader newIn) |
static void |
setInputEncoding(Encoding InputEncoding) |
void |
setJCOInstance(JCObject instance) |
static void |
SetOut(TextWriter newOut) |
static void |
setOutputEncoding(Encoding OutputEncoding) |
static void |
setTitle(java.lang.String Title) |
static void |
setTreatControlCAsInput(boolean TreatControlCAsInput) |
static void |
setWindowHeight(int WindowHeight) |
static void |
setWindowLeft(int WindowLeft) |
static void |
SetWindowPosition(int left,
int top) |
static void |
SetWindowSize(int width,
int height) |
static void |
setWindowTop(int WindowTop) |
static void |
setWindowWidth(int WindowWidth) |
static void |
Write(boolean value) |
static void |
Write(char value) |
static void |
Write(char[] buffer) |
static void |
Write(char[] buffer,
int index,
int count) |
static void |
Write(Decimal value) |
static void |
Write(double value) |
static void |
Write(int value) |
static void |
Write(JCORefOut dupParam0) |
static void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
static void |
Write(long value) |
static void |
Write(NetObject value) |
static void |
Write(Single value) |
static void |
Write(java.lang.String value) |
static void |
Write(java.lang.String format,
NetObject... arg) |
static void |
Write(java.lang.String format,
NetObject arg0) |
static void |
Write(java.lang.String format,
NetObject arg0,
NetObject arg1) |
static void |
Write(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2) |
static void |
Write(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2,
NetObject arg3) |
static void |
Write(UInt32 value) |
static void |
Write(UInt64 value) |
static void |
WriteLine() |
static void |
WriteLine(boolean value) |
static void |
WriteLine(char value) |
static void |
WriteLine(char[] buffer) |
static void |
WriteLine(char[] buffer,
int index,
int count) |
static void |
WriteLine(Decimal value) |
static void |
WriteLine(double value) |
static void |
WriteLine(int value) |
static void |
WriteLine(JCORefOut dupParam0) |
static void |
WriteLine(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
static void |
WriteLine(long value) |
static void |
WriteLine(NetObject value) |
static void |
WriteLine(Single value) |
static void |
WriteLine(java.lang.String value) |
static void |
WriteLine(java.lang.String format,
NetObject... arg) |
static void |
WriteLine(java.lang.String format,
NetObject arg0) |
static void |
WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1) |
static void |
WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2) |
static void |
WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2,
NetObject arg3) |
static void |
WriteLine(UInt32 value) |
static void |
WriteLine(UInt64 value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Console()
throws java.lang.Throwable
java.lang.Throwablepublic Console(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void Beep()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public static void Beep(int frequency,
int duration)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public static Console cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Console, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedConsole instancejava.lang.Throwable - in case of error during cast operationpublic static void Clear()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static ConsoleColor getBackgroundColor() throws java.lang.Throwable, IOException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
public static int getBufferHeight()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static int getBufferWidth()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static boolean getCapsLock()
throws java.lang.Throwable
java.lang.Throwablepublic static int getCursorLeft()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static int getCursorSize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static int getCursorTop()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static boolean getCursorVisible()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static TextWriter getError() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, NotSupportedException, InvalidOperationException, SecurityException, OutOfMemoryException, IndexOutOfRangeException
public static ConsoleColor getForegroundColor() throws java.lang.Throwable, IOException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
public static TextReader getIn() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Encoding getInputEncoding() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionpublic static boolean getIsErrorRedirected()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static boolean getIsInputRedirected()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static boolean getIsOutputRedirected()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static boolean getKeyAvailable()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
FormatException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static int getLargestWindowHeight()
throws java.lang.Throwable
java.lang.Throwablepublic static int getLargestWindowWidth()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean getNumberLock()
throws java.lang.Throwable
java.lang.Throwablepublic static TextWriter getOut() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, NotSupportedException, InvalidOperationException, SecurityException, OutOfMemoryException, IndexOutOfRangeException
public static Encoding getOutputEncoding() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionpublic static java.lang.String getTitle()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
FormatException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static boolean getTreatControlCAsInput()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static int getWindowHeight()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static int getWindowLeft()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static int getWindowTop()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static int getWindowWidth()
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static void MoveBufferArea(int sourceLeft,
int sourceTop,
int sourceWidth,
int sourceHeight,
int targetLeft,
int targetTop)
throws java.lang.Throwable,
IOException,
ArgumentNullException,
ArgumentException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static void MoveBufferArea(int sourceLeft,
int sourceTop,
int sourceWidth,
int sourceHeight,
int targetLeft,
int targetTop,
char sourceChar,
ConsoleColor sourceForeColor,
ConsoleColor sourceBackColor)
throws java.lang.Throwable,
ArgumentException,
IOException,
ArgumentNullException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
OperationCanceledException
public static Stream OpenStandardError() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Stream OpenStandardError(int bufferSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Stream OpenStandardInput() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Stream OpenStandardInput(int bufferSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Stream OpenStandardOutput() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static Stream OpenStandardOutput(int bufferSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException
public static int Read()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
ObjectDisposedException,
NotSupportedException,
InvalidOperationException
public static ConsoleKeyInfo ReadKey() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, ObjectDisposedException
public static ConsoleKeyInfo ReadKey(boolean intercept) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static java.lang.String ReadLine()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
ObjectDisposedException,
NotSupportedException,
InvalidOperationException,
OutOfMemoryException
public static void ResetColor()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setBackgroundColor(ConsoleColor BackgroundColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IOException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setBufferHeight(int BufferHeight)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void SetBufferSize(int width,
int height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setBufferWidth(int BufferWidth)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void setCursorLeft(int CursorLeft)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void SetCursorPosition(int left,
int top)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setCursorSize(int CursorSize)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setCursorTop(int CursorTop)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void setCursorVisible(boolean CursorVisible)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void SetError(TextWriter newError) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
public static void setForegroundColor(ConsoleColor ForegroundColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, IOException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void SetIn(TextReader newIn) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
public static void setInputEncoding(Encoding InputEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void SetOut(TextWriter newOut) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException
public static void setOutputEncoding(Encoding OutputEncoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setTitle(java.lang.String Title)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setTreatControlCAsInput(boolean TreatControlCAsInput)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setWindowHeight(int WindowHeight)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void setWindowLeft(int WindowLeft)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void SetWindowPosition(int left,
int top)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void SetWindowSize(int width,
int height)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException,
IOException,
NotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionFormatExceptionIOExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static void setWindowTop(int WindowTop)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void setWindowWidth(int WindowWidth)
throws java.lang.Throwable,
IOException,
ArgumentException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
public static void Write(boolean value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(char value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(char[] buffer)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(Decimal value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(double value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(int value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(long value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(Single value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(java.lang.String value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2,
NetObject arg3)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void Write(UInt32 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void Write(UInt64 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(boolean value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(char value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(char[] buffer)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(Decimal value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(double value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(int value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(long value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(NetObject value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(Single value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(java.lang.String value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1,
NetObject arg2,
NetObject arg3)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
ObjectDisposedException
public static void WriteLine(UInt32 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException
public static void WriteLine(UInt64 value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, InvalidOperationException, FormatException, IndexOutOfRangeException, ObjectDisposedException