C# Class MAPIInspector.Parsers.FixedPropTypePropValue

Represent a fixedPropType PropValue.
Inheritance: PropValue
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
FixedValue object

Méthodes publiques

Méthode Description
FixedPropTypePropValue ( FastTransferStream stream ) : System

Initializes a new instance of the FixedPropTypePropValue class.

Parse ( FastTransferStream stream ) : void

Parse next object from a FastTransferStream.

ParseFrom ( FastTransferStream stream ) : LexicalBase

Parse a DispidNamedPropInfo instance from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

FixedPropTypePropValue() public méthode

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

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

Verify() public static méthode

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

Property Details

FixedValue public_oe property

public object FixedValue
Résultat object