C# Class MAPIInspector.Parsers.MvPropTypePropValue

multi-valued property type PropValue
Inheritance: PropValue
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
FixedSizeValueList byte[][]
Length int
VarSizeValueList MAPIInspector.Parsers.LengthOfBlock[]

Méthodes publiques

Méthode Description
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.

Method Details

MvPropTypePropValue() public méthode

Initializes a new instance of the MvPropTypePropValue class.
public MvPropTypePropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
Résultat System

Parse() public méthode

Parse next object from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
Résultat void

ParseFrom() public static méthode

Parse a MvPropTypePropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream
Résultat LexicalBase

Verify() public static méthode

Verify that a stream's current position contains a serialized MvPropTypePropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

FixedSizeValueList public_oe property

public byte[][] FixedSizeValueList
Résultat byte[][]

Length public_oe property

public int Length
Résultat int

VarSizeValueList public_oe property

public LengthOfBlock[],MAPIInspector.Parsers VarSizeValueList
Résultat MAPIInspector.Parsers.LengthOfBlock[]