C# Class MAPIInspector.Parsers.VarPropTypePropValue

The VarPropTypePropValue class.
Inheritance: PropValue
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
Length int
ValueArray object

Public Methods

Method 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 method

Parse next object from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

ParseFrom() public static method

Parse a VarPropTypePropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
return LexicalBase

VarPropTypePropValue() public method

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

Verify() public static method

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

Property Details

Length public_oe property

public int Length
return int

ValueArray public_oe property

public object ValueArray
return object