Method | Description | |
---|---|---|
Close ( ) : void | ||
CreateObjRef ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
InitializeLifetimeService ( ) : object | ||
Peek ( ) : int | ||
ProcessStdoutReader ( |
||
Read ( ) : int | ||
Read ( char buffer, int index, int count ) : int | ||
ReadBlock ( char buffer, int index, int count ) : int | ||
ReadLine ( ) : string | ||
ReadToEnd ( ) : string | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public CreateObjRef ( |
||
requestedType | ||
return | System.Runtime.Remoting.ObjRef |
public InitializeLifetimeService ( ) : object | ||
return | object |
public ProcessStdoutReader ( |
||
helper | ||
process | GitProcess | |
return | System |
public Read ( char buffer, int index, int count ) : int | ||
buffer | char | |
index | int | |
count | int | |
return | int |
public ReadBlock ( char buffer, int index, int count ) : int | ||
buffer | char | |
index | int | |
count | int | |
return | int |