C# Class MAPIInspector.Parsers.SyntacticalBase

Base class for all syntactical object.
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse object from memory stream,

Méthodes protégées

Méthode Description
SyntacticalBase ( FastTransferStream stream ) : System

Initializes a new instance of the SyntacticalBase class.

Method Details

Parse() public abstract méthode

Parse object from memory stream,
public abstract Parse ( FastTransferStream stream ) : void
stream FastTransferStream Stream contains the serialized object
Résultat void

SyntacticalBase() protected méthode

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