GetRuns() public method

Gets a list of the on-disk runs of this NTFSFileStream. Returns null if resident.
public GetRuns ( ) : IEnumerable
return IEnumerable
Exemplo n.º 1
0
 /// <summary>
 /// Gets a list of the on-disk runs of this NTFSFile. Returns null if resident.
 /// </summary>
 public IEnumerable <IRun> GetRuns()
 {
     return(_stream.GetRuns());
 }