Package system
Class Console
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.Console
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Console extends NetObject
The base .NET class managing System.Console, System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Console
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Consolestatic java.lang.StringclassNameQualified class name: System.Consolestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidBeep()static voidBeep(int frequency, int duration)static Consolecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoConsole, a cast assert is made to check if types are compatible.static voidClear()static ConsoleColorgetBackgroundColor()static intgetBufferHeight()static intgetBufferWidth()static booleangetCapsLock()static intgetCursorLeft()static intgetCursorSize()static intgetCursorTop()static booleangetCursorVisible()static TextWritergetError()static ConsoleColorgetForegroundColor()static TextReadergetIn()static EncodinggetInputEncoding()static booleangetIsErrorRedirected()static booleangetIsInputRedirected()static booleangetIsOutputRedirected()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic booleangetKeyAvailable()static intgetLargestWindowHeight()static intgetLargestWindowWidth()static booleangetNumberLock()static TextWritergetOut()static EncodinggetOutputEncoding()static java.lang.StringgetTitle()static booleangetTreatControlCAsInput()static intgetWindowHeight()static intgetWindowLeft()static intgetWindowTop()static intgetWindowWidth()static voidMoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)static voidMoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor)static StreamOpenStandardError()static StreamOpenStandardError(int bufferSize)static StreamOpenStandardInput()static StreamOpenStandardInput(int bufferSize)static StreamOpenStandardOutput()static StreamOpenStandardOutput(int bufferSize)static intRead()static ConsoleKeyInfoReadKey()static ConsoleKeyInfoReadKey(boolean intercept)static java.lang.StringReadLine()static voidResetColor()static voidsetBackgroundColor(ConsoleColor BackgroundColor)static voidsetBufferHeight(int BufferHeight)static voidSetBufferSize(int width, int height)static voidsetBufferWidth(int BufferWidth)static voidsetCursorLeft(int CursorLeft)static voidSetCursorPosition(int left, int top)static voidsetCursorSize(int CursorSize)static voidsetCursorTop(int CursorTop)static voidsetCursorVisible(boolean CursorVisible)static voidSetError(TextWriter newError)static voidsetForegroundColor(ConsoleColor ForegroundColor)static voidSetIn(TextReader newIn)static voidsetInputEncoding(Encoding InputEncoding)voidsetJCOInstance(JCObject instance)static voidSetOut(TextWriter newOut)static voidsetOutputEncoding(Encoding OutputEncoding)static voidsetTitle(java.lang.String Title)static voidsetTreatControlCAsInput(boolean TreatControlCAsInput)static voidsetWindowHeight(int WindowHeight)static voidsetWindowLeft(int WindowLeft)static voidSetWindowPosition(int left, int top)static voidSetWindowSize(int width, int height)static voidsetWindowTop(int WindowTop)static voidsetWindowWidth(int WindowWidth)static voidWrite(boolean value)static voidWrite(char value)static voidWrite(char[] buffer)static voidWrite(char[] buffer, int index, int count)static voidWrite(double value)static voidWrite(int value)static voidWrite(long value)static voidWrite(java.lang.String value)static voidWrite(java.lang.String format, NetObject arg0)static voidWrite(java.lang.String format, NetObject... arg)static voidWrite(java.lang.String format, NetObject arg0, NetObject arg1)static voidWrite(java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2)static voidWrite(JCORefOut dupParam0)static voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)static voidWrite(NetObject value)static voidWrite(Decimal value)static voidWrite(Single value)static voidWrite(UInt32 value)static voidWrite(UInt64 value)static voidWriteLine()static voidWriteLine(boolean value)static voidWriteLine(char value)static voidWriteLine(char[] buffer)static voidWriteLine(char[] buffer, int index, int count)static voidWriteLine(double value)static voidWriteLine(int value)static voidWriteLine(long value)static voidWriteLine(java.lang.String value)static voidWriteLine(java.lang.String format, NetObject arg0)static voidWriteLine(java.lang.String format, NetObject... arg)static voidWriteLine(java.lang.String format, NetObject arg0, NetObject arg1)static voidWriteLine(java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2)static voidWriteLine(JCORefOut dupParam0)static voidWriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2)static voidWriteLine(NetObject value)static voidWriteLine(Decimal value)static voidWriteLine(Single value)static voidWriteLine(UInt32 value)static voidWriteLine(UInt64 value)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Console- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Console- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Console cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoConsole, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Consoleinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Read
public static int Read() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException
-
ReadKey
public static ConsoleKeyInfo ReadKey() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ReadKey
public static ConsoleKeyInfo ReadKey(boolean intercept) throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
OpenStandardError
public static Stream OpenStandardError() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
OpenStandardError
public static Stream OpenStandardError(int bufferSize) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
OpenStandardInput
public static Stream OpenStandardInput() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
OpenStandardInput
public static Stream OpenStandardInput(int bufferSize) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
OpenStandardOutput
public static Stream OpenStandardOutput() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException
-
OpenStandardOutput
public static Stream OpenStandardOutput(int bufferSize) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
ReadLine
public static java.lang.String ReadLine() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, OutOfMemoryException
-
Beep
public static void Beep() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, ArrayTypeMismatchException
-
Beep
public static void Beep(int frequency, int duration) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
Clear
public static void Clear() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IOException, OutOfMemoryException
-
MoveBufferArea
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, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IOException, OutOfMemoryException
-
MoveBufferArea
public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException, ArgumentOutOfRangeException
-
ResetColor
public static void ResetColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IOException, InvalidOperationException, OutOfMemoryException
-
SetBufferSize
public static void SetBufferSize(int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException, ArgumentOutOfRangeException
-
SetCursorPosition
public static void SetCursorPosition(int left, int top) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IOException, OutOfMemoryException
-
SetError
public static void SetError(TextWriter newError) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
SetIn
public static void SetIn(TextReader newIn) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
SetOut
public static void SetOut(TextWriter newOut) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
SetWindowPosition
public static void SetWindowPosition(int left, int top) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException, ArgumentOutOfRangeException
-
SetWindowSize
public static void SetWindowSize(int width, int height) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IOException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, OutOfMemoryException
-
Write
public static void Write(boolean value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(char[] buffer) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(double value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, FormatException
-
Write
public static void Write(int value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
Write
public static void Write(long value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
Write
public static void Write(Single value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, FormatException
-
Write
public static void Write(Decimal value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, FormatException
-
Write
public static void Write(NetObject value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(java.lang.String format, NetObject... arg) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
Write
public static void Write(UInt32 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
Write
public static void Write(UInt64 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(boolean value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(char[] buffer) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(double value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public static void WriteLine(int value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public static void WriteLine(long value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public static void WriteLine(Single value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public static void WriteLine(Decimal value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public static void WriteLine(NetObject value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(java.lang.String format, NetObject arg0, NetObject arg1, NetObject arg2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(java.lang.String format, NetObject arg0) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(java.lang.String format, NetObject... arg) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException
-
WriteLine
public static void WriteLine(UInt32 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
WriteLine
public static void WriteLine(UInt64 value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ObjectDisposedException, ArrayTypeMismatchException, CultureNotFoundException, NullReferenceException
-
getCapsLock
public static boolean getCapsLock() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getCursorVisible
public static boolean getCursorVisible() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException
-
setCursorVisible
public static void setCursorVisible(boolean CursorVisible) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException
-
getIsErrorRedirected
public static boolean getIsErrorRedirected() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getIsInputRedirected
public static boolean getIsInputRedirected() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getIsOutputRedirected
public static boolean getIsOutputRedirected() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getKeyAvailable
public static boolean getKeyAvailable() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
getNumberLock
public static boolean getNumberLock() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getTreatControlCAsInput
public static boolean getTreatControlCAsInput() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setTreatControlCAsInput
public static void setTreatControlCAsInput(boolean TreatControlCAsInput) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
getBufferHeight
public static int getBufferHeight() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setBufferHeight
public static void setBufferHeight(int BufferHeight) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getBufferWidth
public static int getBufferWidth() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setBufferWidth
public static void setBufferWidth(int BufferWidth) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getCursorLeft
public static int getCursorLeft() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setCursorLeft
public static void setCursorLeft(int CursorLeft) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getCursorSize
public static int getCursorSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, FormatException, InvalidOperationException, OutOfMemoryException
-
setCursorSize
public static void setCursorSize(int CursorSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
getCursorTop
public static int getCursorTop() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setCursorTop
public static void setCursorTop(int CursorTop) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getLargestWindowHeight
public static int getLargestWindowHeight() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLargestWindowWidth
public static int getLargestWindowWidth() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getWindowHeight
public static int getWindowHeight() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setWindowHeight
public static void setWindowHeight(int WindowHeight) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getWindowLeft
public static int getWindowLeft() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setWindowLeft
public static void setWindowLeft(int WindowLeft) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getWindowTop
public static int getWindowTop() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setWindowTop
public static void setWindowTop(int WindowTop) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getWindowWidth
public static int getWindowWidth() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IOException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
setWindowWidth
public static void setWindowWidth(int WindowWidth) throws java.lang.Throwable, ArgumentException, InvalidOperationException, IOException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionIOExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentOutOfRangeException
-
getBackgroundColor
public static ConsoleColor getBackgroundColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IOException, InvalidOperationException, OutOfMemoryException
-
setBackgroundColor
public static void setBackgroundColor(ConsoleColor BackgroundColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IOException, InvalidOperationException, OutOfMemoryException
-
getForegroundColor
public static ConsoleColor getForegroundColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IOException, InvalidOperationException, OutOfMemoryException
-
setForegroundColor
public static void setForegroundColor(ConsoleColor ForegroundColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, IOException, InvalidOperationException, OutOfMemoryException
-
getIn
public static TextReader getIn() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getError
public static TextWriter getError() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getOut
public static TextWriter getOut() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
getTitle
public static java.lang.String getTitle() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, NullReferenceException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionNullReferenceException
-
setTitle
public static void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryException
-
getInputEncoding
public static Encoding getInputEncoding() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setInputEncoding
public static void setInputEncoding(Encoding InputEncoding) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
getOutputEncoding
public static Encoding getOutputEncoding() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
setOutputEncoding
public static void setOutputEncoding(Encoding OutputEncoding) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
-