C# 클래스 MAPIInspector.Parsers.SyntacticalBase

Base class for all syntactical object.
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( FastTransferStream stream ) : void

Parse object from memory stream,

보호된 메소드들

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

Initializes a new instance of the SyntacticalBase class.

메소드 상세

Parse() 공개 추상적인 메소드

Parse object from memory stream,
public abstract Parse ( FastTransferStream stream ) : void
stream FastTransferStream Stream contains the serialized object
리턴 void

SyntacticalBase() 보호된 메소드

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