GetRuns() 공개 메소드

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