C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FileBothDirectoryInformation

This information class is used to query detailed information for the files in a directory. The FILE_BOTH_DIR_INFORMATION data element is as follows.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Reserved byte
ShortNameLength byte

Описание свойств

Reserved публичное свойство

Reserved for alignment.
public byte Reserved
Результат byte

ShortNameLength публичное свойство

MUST be an 8-bit signed value containing the length, in bytes, of the ShortName field. If there is a NULL termination at the end of the string, it is not included in the FileNameLength count. This value MUST be greater than or equal to 0.
public byte ShortNameLength
Результат byte