/// <remarks> /// Support for pass-through Information Levels must be enabled. /// </remarks> public void SetFileSystemInformation(FileSystemInformation information) { InformationBytes = information.GetBytes(); }
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(); }