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

The PropValue represents identification information and the value of the property.
Наследование: LexicalBase
Показать файл Открыть проект

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

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

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

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

Indicate whether the stream's position is IsMetaTagIdsetGiven.

Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a PropValue instance from a FastTransferStream.

PropValue ( FastTransferStream stream ) : System

Initializes a new instance of the PropValue class.

Verify ( FastTransferStream stream ) : bool

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

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

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

Indicate whether the stream's position is IsMetaTagIdsetGiven.
public static IsMetaTagIdsetGiven ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

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

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

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

Parse a PropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Результат LexicalBase

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

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

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

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

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

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

public PropInfo,MAPIInspector.Parsers PropInfo
Результат PropInfo

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

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