C# Class MAPIInspector.Parsers.MetaPropValue

The MetaPropValue represents identification information and the value of the Metaproperty.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropID ushort
PropType ushort
PropValue object

Méthodes publiques

Méthode Description
MetaPropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MetaPropValue class.

Parse ( FastTransferStream stream ) : void

Parse MetaPropValue from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MetaPropValue() public méthode

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

Parse() public méthode

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

Verify() public static méthode

Verify that a stream's current position contains a serialized MetaPropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

PropID public_oe property

public ushort PropID
Résultat ushort

PropType public_oe property

public ushort PropType
Résultat ushort

PropValue public_oe property

public object PropValue
Résultat object