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

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

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

Свойство Тип Описание
InputHandleIndex byte
LogonId byte
ModifyRulesFlags byte
RopId byte
RulesCount ushort
RulesData Microsoft.Protocols.TestSuites.Common.RuleData[]

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

Метод Описание
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

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

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

Unsigned 8-bit integer. This index refers to the handle in the Server Object Handle Table used as input for this operation.
public byte InputHandleIndex
Результат byte

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

Unsigned 8-bit integer. This value specifies the logon on which the operation is performed.
public byte LogonId
Результат byte

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

8-bit flags structure. The possible values are specified in [MS-OXORULE]. These flags specify behavior of this operation.
public byte ModifyRulesFlags
Результат byte

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

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x41.
public byte RopId
Результат byte

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

Unsigned 16-bit integer. This count specifies the number of structures serialized in the RuleData field.
public ushort RulesCount
Результат ushort

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

A list of RuleData structures. The number of structures contained in this field is specified by the RulesCount field.
public RuleData[],Microsoft.Protocols.TestSuites.Common RulesData
Результат Microsoft.Protocols.TestSuites.Common.RuleData[]