C# Class MAPIInspector.Parsers.VarPropTypePropValue

The VarPropTypePropValue class.
Inheritance: PropValue
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
Length int
ValueArray object

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a VarPropTypePropValue instance from a FastTransferStream.

VarPropTypePropValue ( FastTransferStream stream ) : System

Initializes a new instance of the VarPropTypePropValue class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

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 VarPropTypePropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Résultat LexicalBase

VarPropTypePropValue() public méthode

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

Verify() public static méthode

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

Property Details

Length public_oe property

public int Length
Résultat int

ValueArray public_oe property

public object ValueArray
Résultat object