Console
Overview
Functions to read/write to the system console
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor protected
constructor
Console()
init()
Console()
Sub New()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ReadChar
Reads a single character from the console. Not supported on Android.
class method ReadChar: AnsiChar
static AnsiChar ReadChar()
static func ReadChar() -> AnsiChar
static AnsiChar ReadChar()
Shared Function ReadChar() As AnsiChar
ReadLine
Reads a while line from the console. Not supported on Android.
class method ReadLine: String
static String ReadLine()
static func ReadLine() -> String
static String ReadLine()
Shared Function ReadLine() As String
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Write
class method Write
static void Write()
static func Write()
static void Write()
Shared Sub Write()
Write (Object)
class method Write(s: Object)
static void Write(Object s)
static func Write(_ s: Object)
static void Write(Object s)
Shared Sub Write(s As Object)
Parameters:
- s:
Write (String)
class method Write(s: String)
static void Write(String s)
static func Write(_ s: String)
static void Write(String s)
Shared Sub Write(s As String)
Parameters:
- s:
WriteLine
class method WriteLine
static void WriteLine()
static func WriteLine()
static void WriteLine()
Shared Sub WriteLine()
WriteLine (Object)
class method WriteLine(s: Object)
static void WriteLine(Object s)
static func WriteLine(_ s: Object)
static void WriteLine(Object s)
Shared Sub WriteLine(s As Object)
Parameters:
- s:
WriteLine (String)
class method WriteLine(s: String)
static void WriteLine(String s)
static func WriteLine(_ s: String)
static void WriteLine(String s)
Shared Sub WriteLine(s As String)
Parameters:
- s:
ReadChar
Reads a single character from the console. Not supported on Android.
class method ReadChar: AnsiChar
static AnsiChar ReadChar()
static func ReadChar() -> AnsiChar
static AnsiChar ReadChar()
Shared Function ReadChar() As AnsiChar
ReadLine
Reads a while line from the console. Not supported on Android.
class method ReadLine: String
static String ReadLine()
static func ReadLine() -> String
static String ReadLine()
Shared Function ReadLine() As String
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Write
class method Write
static void Write()
static func Write()
static void Write()
Shared Sub Write()
Write (Object)
class method Write(s: Object)
static void Write(Object s)
static func Write(_ s: Object)
static void Write(Object s)
Shared Sub Write(s As Object)
Parameters:
- s:
Write (String)
class method Write(s: String)
static void Write(String s)
static func Write(_ s: String)
static void Write(String s)
Shared Sub Write(s As String)
Parameters:
- s:
WriteLine
class method WriteLine
static void WriteLine()
static func WriteLine()
static void WriteLine()
Shared Sub WriteLine()
WriteLine (Object)
class method WriteLine(s: Object)
static void WriteLine(Object s)
static func WriteLine(_ s: Object)
static void WriteLine(Object s)
Shared Sub WriteLine(s As Object)
Parameters:
- s:
WriteLine (String)
class method WriteLine(s: String)
static void WriteLine(String s)
static func WriteLine(_ s: String)
static void WriteLine(String s)
Shared Sub WriteLine(s As String)
Parameters:
- s:
constructor protected
constructor
Console()
init()
Console()
Sub New()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.