C# Class MAPIInspector.Parsers.Command

Represents a command in GLOBSET.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a FastTransferStream

Method Details

Parse() public méthode

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