C# Class Sep.Git.Tfs.Core.GitHelpers.ProcessStdoutReader

Inheritance: TextReader
Show file Open project: pmiossec/git-tfs

Public Methods

Method Description
Close ( ) : void
CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
Equals ( object obj ) : bool
GetHashCode ( ) : int
InitializeLifetimeService ( ) : object
Peek ( ) : int
ProcessStdoutReader ( GitHelpers helper, GitProcess process ) : System
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

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

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

Peek() public method

public Peek ( ) : int
return int

ProcessStdoutReader() public method

public ProcessStdoutReader ( GitHelpers helper, GitProcess process ) : System
helper GitHelpers
process GitProcess
return System

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