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

multi-valued property type PropValue
Наследование: PropValue
Показать файл Открыть проект

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

Свойство Тип Описание
FixedSizeValueList byte[][]
Length int
VarSizeValueList MAPIInspector.Parsers.LengthOfBlock[]

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

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

Initializes a new instance of the MvPropTypePropValue class.

Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a MvPropTypePropValue instance from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

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

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

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

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

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

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

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

public byte[][] FixedSizeValueList
Результат byte[][]

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

public int Length
Результат int

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

public LengthOfBlock[],MAPIInspector.Parsers VarSizeValueList
Результат MAPIInspector.Parsers.LengthOfBlock[]