C# Class MAPIInspector.Parsers.PropList

Contains a list of propValues.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropValues MAPIInspector.Parsers.PropValue[]

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

PropList ( FastTransferStream stream ) : System

Initializes a new instance of the PropList class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public méthode

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

PropList() public méthode

Initializes a new instance of the PropList class.
public PropList ( 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 propList.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

PropValues public_oe property

public PropValue[],MAPIInspector.Parsers PropValues
Résultat MAPIInspector.Parsers.PropValue[]