C# Class MAPIInspector.Parsers.PropInfo

The PropInfo class.
Inheritance: LexicalBase
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
NamedPropInfo NamedPropInfo
PropID ushort

Public Methods

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

Protected Methods

Method Description
PropInfo ( FastTransferStream stream ) : System

Initializes a new instance of the PropInfo class.

Method Details

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 PropInfo instance from a FastTransferStream
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
return LexicalBase

PropInfo() protected method

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

Verify() public static method

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

Property Details

NamedPropInfo public_oe property

public NamedPropInfo,MAPIInspector.Parsers NamedPropInfo
return NamedPropInfo

PropID public_oe property

public ushort PropID
return ushort