C# 클래스 XSpect.ConsoleEx

파일 보기 프로젝트 열기: takeshik/ConsoleEx

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Beep() 공개 정적인 메소드

public static Beep ( ) : void
리턴 void

Beep() 공개 정적인 메소드

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

CreateRegion() 공개 정적인 메소드

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
리턴 Region

GetKeyString() 공개 정적인 메소드

public static GetKeyString ( ConsoleKeyInfo key ) : String
key System.ConsoleKeyInfo
리턴 String

GetRegion() 공개 정적인 메소드

public static GetRegion ( Int32 order ) : Region
order System.Int32
리턴 Region

GetRegion() 공개 정적인 메소드

public static GetRegion ( String id ) : Region
id String
리턴 Region

OpenStandardError() 공개 정적인 메소드

public static OpenStandardError ( ) : System.Stream
리턴 System.Stream

OpenStandardError() 공개 정적인 메소드

public static OpenStandardError ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
리턴 System.Stream

OpenStandardInput() 공개 정적인 메소드

public static OpenStandardInput ( ) : System.Stream
리턴 System.Stream

OpenStandardInput() 공개 정적인 메소드

public static OpenStandardInput ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
리턴 System.Stream

OpenStandardOutput() 공개 정적인 메소드

public static OpenStandardOutput ( ) : System.Stream
리턴 System.Stream

OpenStandardOutput() 공개 정적인 메소드

public static OpenStandardOutput ( Int32 bufferSize ) : System.Stream
bufferSize System.Int32
리턴 System.Stream

SetWindowPosition() 공개 정적인 메소드

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

SetWindowSize() 공개 정적인 메소드

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