Console
cs.system.Console (extern final class)
Static Members
CancelKeyPress: ConsoleCancelEventHandlerWindowWidth: IntWindowTop: IntWindowLeft: IntWindowHeight: IntTreatControlCAsInput: BoolTitle: StringNumberLock: BoolLargestWindowWidth: IntLargestWindowHeight: IntKeyAvailable: BoolCursorVisible: BoolCursorSize: IntCursorTop: IntCursorLeft: IntCapsLock: BoolBufferWidth: IntBufferHeight: IntOutputEncoding: cs.system.text.EncodingInputEncoding: cs.system.text.EncodingError: cs.system.io.TextWriteradd_CancelKeyPress(value: ConsoleCancelEventHandler): Void| Name | Type |
|---|---|
value |
ConsoleCancelEventHandler |
remove_CancelKeyPress(value: ConsoleCancelEventHandler): Void| Name | Type |
|---|---|
value |
ConsoleCancelEventHandler |
OpenStandardError(): cs.system.io.Stream| Returns |
|---|
| cs.system.io.Stream |
OpenStandardInput(): cs.system.io.Stream| Returns |
|---|
| cs.system.io.Stream |
OpenStandardOutput(): cs.system.io.Stream| Returns |
|---|
| cs.system.io.Stream |
SetError(newError: cs.system.io.TextWriter): Void| Name | Type |
|---|---|
newError |
cs.system.io.TextWriter |
SetIn(newIn: cs.system.io.TextReader): Void| Name | Type |
|---|---|
newIn |
cs.system.io.TextReader |
SetOut(newOut: cs.system.io.TextWriter): Void| Name | Type |
|---|---|
newOut |
cs.system.io.TextWriter |
| Name | Type |
|---|---|
value |
Bool |
WriteLine(): VoidRead(): Int| Returns |
|---|
| Int |
ReadLine(): String| Returns |
|---|
| String |
Beep(): VoidClear(): VoidMoveBufferArea(sourceLeft: Int, sourceTop: Int, sourceWidth: Int, sourceHeight: Int, targetLeft: Int, targetTop: Int): Void| Name | Type |
|---|---|
sourceLeft |
Int |
sourceTop |
Int |
sourceWidth |
Int |
sourceHeight |
Int |
targetLeft |
Int |
targetTop |
Int |
ReadKey(): ConsoleKeyInfo| Returns |
|---|
| ConsoleKeyInfo |
ResetColor(): Void| Name | Type |
|---|---|
width |
Int |
height |
Int |
| Name | Type |
|---|---|
left |
Int |
top |
Int |
| Name | Type |
|---|---|
left |
Int |
top |
Int |
| Name | Type |
|---|---|
width |
Int |
height |
Int |
Metadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |