C# Class MAPIInspector.Parsers.ProgressTotal

The progressTotal element contains data that describes the approximate size of all the messageChange elements.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropList ProgressInformation
StartMarker Markers
propertiesLength uint
propertiesTag uint

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

ProgressTotal ( FastTransferStream stream ) : System

Initializes a new instance of the progressTotal class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public méthode

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

ProgressTotal() public méthode

Initializes a new instance of the progressTotal class.
public ProgressTotal ( FastTransferStream stream ) : System
stream FastTransferStream The stream.
Résultat System

Verify() public static méthode

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

Property Details

PropList public_oe property

public ProgressInformation,MAPIInspector.Parsers PropList
Résultat ProgressInformation

StartMarker public_oe property

public Markers StartMarker
Résultat Markers

propertiesLength public_oe property

public uint propertiesLength
Résultat uint

propertiesTag public_oe property

public uint propertiesTag
Résultat uint