C# 클래스 GuidGen.ConsoleExitStream

Stream reader to look for exit.
상속: System.IO.TextReader
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
ConsoleExitStream ( ) : System
CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
Equals ( object obj ) : bool
GetHashCode ( ) : int
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConsoleExitStream() 공개 메소드

public ConsoleExitStream ( ) : System
리턴 System

CreateObjRef() 공개 메소드

public CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
requestedType System.Type
리턴 System.Runtime.Remoting.ObjRef

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadBlock() 공개 메소드

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string