C# Класс Microsoft.Protocols.TestSuites.Common.PermissionData

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PermissionDataFlags byte
PropertyValueCount ushort
PropertyValues Microsoft.Protocols.TestSuites.Common.PropertyValue[]

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Описание методов

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the size of this structure.
public Size ( ) : int
Результат int

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

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

This field is used to specify the type of operation.
public byte PermissionDataFlags
Результат byte

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

This value specifies the number of value structures in the PropertyValues field.
public ushort PropertyValueCount
Результат ushort

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

The number of structures contained in this field is specified by the PropertyValueCount field. These values are used to specify and describe the modify operations.
public PropertyValue[],Microsoft.Protocols.TestSuites.Common PropertyValues
Результат Microsoft.Protocols.TestSuites.Common.PropertyValue[]