C# Class MAPIInspector.Parsers.FixedPropTypePropValue

Represent a fixedPropType PropValue.
Inheritance: PropValue
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
FixedValue object

Public Methods

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

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

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

Verify() public static method

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

Property Details

FixedValue public_oe property

public object FixedValue
return object