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

Inheritance: TextReader
Afficher le fichier Open project: pmiossec/git-tfs

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CreateObjRef() public méthode

public CreateObjRef ( Type requestedType ) : System.Runtime.Remoting.ObjRef
requestedType System.Type
Résultat System.Runtime.Remoting.ObjRef

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

Peek() public méthode

public Peek ( ) : int
Résultat int

ProcessStdoutReader() public méthode

public ProcessStdoutReader ( GitHelpers helper, GitProcess process ) : System
helper GitHelpers
process GitProcess
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

ReadBlock() public méthode

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string