GetRuns() public méthode

Gets a list of the on-disk runs of this NTFSFileStream. Returns null if resident.
public GetRuns ( ) : IEnumerable
Résultat IEnumerable
Exemple #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());
 }