C# Class GuidGen.ConsoleExitStream

Stream reader to look for exit.
Inheritance: System.IO.TextReader
ファイルを表示 Open project: michaelmcdaniel/GuidgenConsole Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ConsoleExitStream() public method

public ConsoleExitStream ( ) : System
return System

CreateObjRef() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadBlock() public method

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string