C# Класс MAPIInspector.Parsers.FixedPropTypePropValue

Represent a fixedPropType PropValue.
Наследование: PropValue
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FixedValue object

Открытые методы

Метод Описание
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.

Описание методов

FixedPropTypePropValue() публичный Метод

Initializes a new instance of the FixedPropTypePropValue class.
public FixedPropTypePropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream
Результат System

Parse() публичный Метод

Parse next object from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

ParseFrom() публичный статический Метод

Parse a DispidNamedPropInfo instance from a FastTransferStream.
public static ParseFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Результат LexicalBase

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized FixedPropTypePropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

Описание свойств

FixedValue публичное свойство

public object FixedValue
Результат object