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

Contains a list of propValues.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PropValues MAPIInspector.Parsers.PropValue[]

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

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

Parse fields from a FastTransferStream.

PropList ( FastTransferStream stream ) : System

Initializes a new instance of the PropList class.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

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

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

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

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

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

public PropValue[],MAPIInspector.Parsers PropValues
Результат MAPIInspector.Parsers.PropValue[]