/// <remarks>
 /// Support for pass-through Information Levels must be enabled.
 /// </remarks>
 public void SetFileSystemInformation(FileSystemInformation information)
 {
     InformationBytes = information.GetBytes();
 }
예제 #2
0
 public void SetFileSystemInformation(FileSystemInformation fileSystemInformation)
 {
     Buffer = fileSystemInformation.GetBytes();
 }
 /// <remarks>
 /// Support for pass-through Information Levels must be enabled.
 /// </remarks>
 public void SetFileSystemInformation(FileSystemInformation information)
 {
     FileSystemInformationClass = information.FileSystemInformationClass;
     InformationBytes           = information.GetBytes();
 }