public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList) { FileNotifyInformationBytes = FileNotifyInformation.GetBytes(notifyInformationList); }
public void SetFileNotifyInformation(List <FileNotifyInformation> notifyInformationList) { OutputBuffer = FileNotifyInformation.GetBytes(notifyInformationList); }