public override byte[] GetData(bool isUnicode) { if (!IsPassthroughInformationLevel && QueryInformationLevel == QueryInformationLevel.SMB_INFO_QUERY_EAS_FROM_LIST) { return(GetExtendedAttributeList.GetBytes()); } else { return(new byte[0]); } }
public override byte[] GetData(bool isUnicode) { return(ExtendedAttributeList.GetBytes()); }