예제 #1
0
 /// <summary>Initializes a new instance of the <see cref="T:AlternateDataStreamInfo"/> class.</summary>
 /// <param name="handle">A <see cref="T:SafeFileHandle"/> connected to the file or directory from which to retrieve the information.</param>
 public AlternateDataStreamInfo(SafeFileHandle handle) : this(new NativeMethods.Win32StreamId(), null, Path.GetFinalPathNameByHandleInternal(handle, FinalPathFormats.None), null, null, null, false)
 {
 }