C# Class MAPIInspector.Parsers.PropValue

The PropValue represents identification information and the value of the property.
Inheritance: LexicalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
PropInfo PropInfo
PropType ushort

Méthodes publiques

Méthode Description
IsMetaTagIdsetGiven ( FastTransferStream stream ) : bool

Indicate whether the stream's position is IsMetaTagIdsetGiven.

Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a PropValue instance from a FastTransferStream.

PropValue ( FastTransferStream stream ) : System

Initializes a new instance of the PropValue class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

IsMetaTagIdsetGiven() public static méthode

Indicate whether the stream's position is IsMetaTagIdsetGiven.
public static IsMetaTagIdsetGiven ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

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 PropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Résultat LexicalBase

PropValue() public méthode

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

Property Details

PropInfo public_oe property

public PropInfo,MAPIInspector.Parsers PropInfo
Résultat PropInfo

PropType public_oe property

public ushort PropType
Résultat ushort