C# 클래스 MAPIInspector.Parsers.MetaPropValue

The MetaPropValue represents identification information and the value of the Metaproperty.
상속: SyntacticalBase
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropID ushort
PropType ushort
PropValue object

공개 메소드들

메소드 설명
MetaPropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MetaPropValue class.

Parse ( FastTransferStream stream ) : void

Parse MetaPropValue from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

메소드 상세

MetaPropValue() 공개 메소드

Initializes a new instance of the MetaPropValue class.
public MetaPropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
리턴 System

Parse() 공개 메소드

Parse MetaPropValue from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
리턴 void

Verify() 공개 정적인 메소드

Verify that a stream's current position contains a serialized MetaPropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
리턴 bool

프로퍼티 상세

PropID 공개적으로 프로퍼티

public ushort PropID
리턴 ushort

PropType 공개적으로 프로퍼티

public ushort PropType
리턴 ushort

PropValue 공개적으로 프로퍼티

public object PropValue
리턴 object