C# Class MAPIInspector.Parsers.PropValue

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

Public Properties

Property Type Description
PropInfo PropInfo
PropType ushort

Public Methods

Method 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 method

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

Parse() public method

Parse next object from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

ParseFrom() public static method

Parse a PropValue instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
return LexicalBase

PropValue() public method

Initializes a new instance of the PropValue class.
public PropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Verify() public static method

Verify that a stream's current position contains a serialized PropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

PropInfo public_oe property

public PropInfo,MAPIInspector.Parsers PropInfo
return PropInfo

PropType public_oe property

public ushort PropType
return ushort