C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_EVICT_CACHE_ENTRY

The RDPGFX_EVICT_CACHE_ENTRY message instruct the client to delete an entry from the bitmap cache.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cacheSlot ushort

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

Метод Описание
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RDPGFX_EVICT_CACHE_ENTRY ( ) : System

Constructor

RDPGFX_EVICT_CACHE_ENTRY ( ushort slot ) : System

constructor, create an evict cache message.

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

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

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
Результат bool

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

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат void

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

Constructor
public RDPGFX_EVICT_CACHE_ENTRY ( ) : System
Результат System

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

constructor, create an evict cache message.
public RDPGFX_EVICT_CACHE_ENTRY ( ushort slot ) : System
slot ushort This is used to indicate a cache slot to delete.
Результат System

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

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

A 16-bit, unsigned integer. specify the index of the bitmap cache entry to delete from the bitmap cache.
public ushort cacheSlot
Результат ushort