C# Класс MAPIInspector.Parsers.MetaPropValue

The MetaPropValue represents identification information and the value of the Metaproperty.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PropID ushort
PropType ushort
PropValue object

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

Метод Описание
MetaPropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MetaPropValue class.

Parse ( FastTransferStream stream ) : void

Parse MetaPropValue from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized MetaPropValue.

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

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

Initializes a new instance of the MetaPropValue class.
public MetaPropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Результат System

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

Parse MetaPropValue from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized MetaPropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

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

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

public ushort PropID
Результат ushort

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

public ushort PropType
Результат ushort

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

public object PropValue
Результат object