C# Class XSpect.ConsoleEx

Show file Open project: takeshik/ConsoleEx

Private Properties

Property Type Description

Public Methods

Method Description
Beep ( ) : void
Beep ( Int32 frequency, Int32 duration ) : void
CreateRegion ( String id, Int32 left, Int32 top, Int32 width, Int32 height, RegionMode mode ) : Region
GetKeyString ( ConsoleKeyInfo key ) : String
GetRegion ( Int32 order ) : Region
GetRegion ( String id ) : Region
OpenStandardError ( ) : System.Stream
OpenStandardError ( Int32 bufferSize ) : System.Stream
OpenStandardInput ( ) : System.Stream
OpenStandardInput ( Int32 bufferSize ) : System.Stream
OpenStandardOutput ( ) : System.Stream
OpenStandardOutput ( Int32 bufferSize ) : System.Stream
SetWindowPosition ( Int32 left, Int32 top ) : void
SetWindowSize ( Int32 width, Int32 height ) : void

Method Details

Beep() public static method

public static Beep ( ) : void
return void

Beep() public static method

public static Beep ( Int32 frequency, Int32 duration ) : void
frequency System.Int32
duration System.Int32
return void

CreateRegion() public static method

public static CreateRegion ( String id, Int32 left, Int32 top, Int32 width, Int32 height, RegionMode mode ) : Region
id String
left System.Int32
top System.Int32
width System.Int32
height System.Int32
mode RegionMode
return Region

GetKeyString() public static method

public static GetKeyString ( ConsoleKeyInfo key ) : String
key System.ConsoleKeyInfo
return String

GetRegion() public static method

public static GetRegion ( Int32 order ) : Region
order System.Int32
return Region

GetRegion() public static method

public static GetRegion ( String id ) : Region
id String
return Region

OpenStandardError() public static method

public static OpenStandardError ( ) : System.Stream
return System.Stream

OpenStandardError() public static method

public static OpenStandardError ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
return System.Stream

OpenStandardInput() public static method

public static OpenStandardInput ( ) : System.Stream
return System.Stream

OpenStandardInput() public static method

public static OpenStandardInput ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
return System.Stream

OpenStandardOutput() public static method

public static OpenStandardOutput ( ) : System.Stream
return System.Stream

OpenStandardOutput() public static method

public static OpenStandardOutput ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
return System.Stream

SetWindowPosition() public static method

public static SetWindowPosition ( Int32 left, Int32 top ) : void
left System.Int32
top System.Int32
return void

SetWindowSize() public static method

public static SetWindowSize ( Int32 width, Int32 height ) : void
width System.Int32
height System.Int32
return void