C# Class MAPIInspector.Parsers.PropInfo

The PropInfo class.
Inheritance: LexicalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
NamedPropInfo NamedPropInfo
PropID ushort

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a PropInfo instance from a FastTransferStream

Verify ( FastTransferStream stream ) : bool

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

Méthodes protégées

Méthode Description
PropInfo ( FastTransferStream stream ) : System

Initializes a new instance of the PropInfo class.

Method Details

Parse() public méthode

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

ParseFrom() public static méthode

Parse a PropInfo instance from a FastTransferStream
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Résultat LexicalBase

PropInfo() protected méthode

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

Property Details

NamedPropInfo public_oe property

public NamedPropInfo,MAPIInspector.Parsers NamedPropInfo
Résultat NamedPropInfo

PropID public_oe property

public ushort PropID
Résultat ushort