C# Class MAPIInspector.Parsers.Command

Represents a command in GLOBSET.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse from a FastTransferStream

Method Details

Parse() public method

Parse from a FastTransferStream
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream
return void